You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds the experiment of using the MediaCodec flag
BUFFER_FLAG_DECODE_ONLY (introduced in Android 34) for resource
improvement during playback. This experiment is currently hard-coded to
be false, but when the Starboard-Feature Extension is added, a follow up
PR will be submitted to make this a proper feature experiment.
To get this experiment to work, we now make MediaCodecBridge keep track
of seekToTime in playbacks with a Seek() function.
Bug: 423927047
0 commit comments