Package com.castlabs.android.player
Class PlayerViewLifecycleDelegate.ResumeConfiguration
- java.lang.Object
-
- com.castlabs.android.player.PlayerViewLifecycleDelegate.ResumeConfiguration
-
- Enclosing class:
- PlayerViewLifecycleDelegate
public static final class PlayerViewLifecycleDelegate.ResumeConfiguration extends Object
Configuration object which will dictate the behaviour of thePlayerController
whenever the enclosing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlayerViewLifecycleDelegate.ResumeConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEFAULT_DISABLE_TRICKPLAY
static boolean
DEFAULT_PAUSE
boolean
disableTrickplay
Whether to disable any Trickplay mode (and thus setting the playback speed to 1) whenPlayerViewLifecycleDelegate.resume()
is called.boolean
pause
Whether to start the player in a paused state whenPlayerViewLifecycleDelegate.resume()
is called.
-
-
-
Field Detail
-
DEFAULT_PAUSE
public static final boolean DEFAULT_PAUSE
- See Also:
- Constant Field Values
-
DEFAULT_DISABLE_TRICKPLAY
public static final boolean DEFAULT_DISABLE_TRICKPLAY
- See Also:
- Constant Field Values
-
pause
public final boolean pause
Whether to start the player in a paused state whenPlayerViewLifecycleDelegate.resume()
is called.
-
disableTrickplay
public final boolean disableTrickplay
Whether to disable any Trickplay mode (and thus setting the playback speed to 1) whenPlayerViewLifecycleDelegate.resume()
is called.
-
-