BBPlayerState
Reactive state holder that bridges BBNativePlayerViewDelegate callbacks to Compose state.
Observe any property directly in a composable to trigger recomposition when it changes. Use the imperative control methods (play, pause, seek, etc.) to control the player.
Create with rememberBBPlayerState.
Properties
Functions
Link copied to clipboard
Enter fullscreen mode. Requires the hosting Activity to extend AppCompatActivity.
Link copied to clipboard
Exit fullscreen mode.
Link copied to clipboard
Load a clip list by ID.
Link copied to clipboard
Load a project by ID.
Link copied to clipboard
Seek relative to the current position (e.g. +10.0 or -10.0 seconds).
Link copied to clipboard
Show the Chromecast device picker by programmatically clicking the cast button in the player UI.