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 class
Builder forPlayerViewLifecycleDelegate.ResumeConfiguration
instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Default value for whether to disable any Trickplay mode.static final boolean
Default value for whether to start the player in a paused state.final boolean
Whether to disable any Trickplay mode (and thus setting the playback speed to 1) whenPlayerViewLifecycleDelegate.resume()
is called.final boolean
Whether 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.
-