Package com.castlabs.android.player
Class PlayerViewLifecycleDelegate.ResumeConfiguration
java.lang.Object
com.castlabs.android.player.PlayerViewLifecycleDelegate.ResumeConfiguration
- Enclosing class:
PlayerViewLifecycleDelegate
Configuration object which will dictate the behaviour of the
PlayerController whenever
the enclosing-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder forPlayerViewLifecycleDelegate.ResumeConfigurationinstances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanDefault value for whether to disable any Trickplay mode.static final booleanDefault value for whether to start the player in a paused state.final booleanWhether to disable any Trickplay mode (and thus setting the playback speed to 1) whenPlayerViewLifecycleDelegate.resume()is called.final booleanWhether to start the player in a paused state whenPlayerViewLifecycleDelegate.resume()is called. -
Method Summary
-
Field Details
-
DEFAULT_PAUSE
public static final boolean DEFAULT_PAUSEDefault value for whether to start the player in a paused state.- See Also:
-
DEFAULT_DISABLE_TRICKPLAY
public static final boolean DEFAULT_DISABLE_TRICKPLAYDefault value for whether to disable any Trickplay mode.- See Also:
-
pause
public final boolean pauseWhether to start the player in a paused state whenPlayerViewLifecycleDelegate.resume()is called. -
disableTrickplay
public final boolean disableTrickplayWhether to disable any Trickplay mode (and thus setting the playback speed to 1) whenPlayerViewLifecycleDelegate.resume()is called.
-