mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00
Bump muxer watchdog abort timer default timeout to 10s.
PiperOrigin-RevId: 490756055
This commit is contained in:
parent
89e4b8d049
commit
fd40cd4a25
@ -28,7 +28,7 @@ public final class DefaultMuxer implements Muxer {
|
||||
public static final class Factory implements Muxer.Factory {
|
||||
|
||||
/** The default value returned by {@link #getMaxDelayBetweenSamplesMs()}. */
|
||||
public static final long DEFAULT_MAX_DELAY_BETWEEN_SAMPLES_MS = 3000;
|
||||
public static final long DEFAULT_MAX_DELAY_BETWEEN_SAMPLES_MS = 10_000;
|
||||
|
||||
private final Muxer.Factory muxerFactory;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user