Skip to content

Commit

Permalink
スクリーンキャストサンプルで H.265 を指定できるようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed May 1, 2024
1 parent 81d3202 commit 057783d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ScreencastSetupActivity : AppCompatActivity() {
val TAG = ScreencastSetupActivity::class.simpleName
}

private val videoCodecOptions = listOf("VP9", "VP8", "H264", "AV1")
private val videoCodecOptions = listOf("VP9", "VP8", "H264", "H265", "AV1")
private val audioCodecOptions = listOf("OPUS")
private val multistreamOptions = listOf("有効", "無効")

Expand Down

0 comments on commit 057783d

Please sign in to comment.