Inline StreamingTranscoder.

Delete InMemoryTranscoder.
This commit is contained in:
Nicholas Tinsley
2024-08-30 15:05:07 -04:00
committed by Cody Henthorne
parent ac9e5505ae
commit 623312d8f6
5 changed files with 62 additions and 344 deletions

View File

@@ -521,15 +521,6 @@ object RemoteConfig {
defaultValue = null
)
/** Whether to use the custom streaming muxer or built in android muxer. */
@JvmStatic
@get:JvmName("useStreamingVideoMuxer")
val useStreamingVideoMuxer: Boolean by remoteBoolean(
key = "android.customVideoMuxer.1",
defaultValue = false,
hotSwappable = true
)
/** The time in between routine CDS refreshes, in seconds. */
@JvmStatic
@get:JvmName("cdsRefreshIntervalSeconds")