-
- All Implemented Interfaces:
public interface PlaybackSettings
The playback settings.
-
-
Method Summary
Modifier and Type Method Description abstract void
useFastStartup(boolean useFastStartup)
The player starts the playback as soon as the first video data is available related to the initial playback position. -
-
Method Detail
-
useFastStartup
abstract void useFastStartup(boolean useFastStartup)
The player starts the playback as soon as the first video data is available related to the initial playback position.
- Using this feature will sacrifice the accuracy of the initial seek position
- This API is in an experimental stage and may be subject to breaking changes.
- Only available with Unified Android.
- Parameters:
useFastStartup
- Whether fast startup is enabled.
-
-
-
-