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 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final booleanfinal 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_PAUSE- See Also:
-
DEFAULT_DISABLE_TRICKPLAY
public static final boolean DEFAULT_DISABLE_TRICKPLAY- 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.
-