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
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
static final boolean
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_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.
-