bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
12 lines (11 loc) • 339 B
text/typescript
export enum PictureInPictureAction {
/**
* Picture in Picture window shows Play/Pause button depending on the player state.
*/
TogglePlayback = 'TogglePlayback',
/**
* Picture in Picture window shows seek forward and seek backward buttons.
* The player seeks by 10s when the buttons are pressed.
*/
Seek = 'Seek',
}