Experimental HEVC encoding support for videos.

This commit is contained in:
Nicholas Tinsley
2024-08-23 10:09:22 -04:00
parent 5f66e2eb15
commit 0f7f866562
14 changed files with 124 additions and 34 deletions

View File

@@ -1110,5 +1110,13 @@ object RemoteConfig {
hotSwappable = false
)
@JvmStatic
@get:JvmName("useHevcEncoder")
val useHevcEncoder: Boolean by remoteBoolean(
key = "android.useHevcEncoder",
defaultValue = false,
hotSwappable = false
)
// endregion
}