mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Inline StreamingTranscoder.
Delete InMemoryTranscoder.
This commit is contained in:
committed by
Cody Henthorne
parent
ac9e5505ae
commit
623312d8f6
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user