bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
19 lines • 752 B
JavaScript
export var PictureInPictureAction;
(function (PictureInPictureAction) {
/**
* Picture in Picture window shows Play/Pause button depending on the player state.
*
* @remarks When using the {@link UserInterfaceType.System}, this property is only supported on iOS 17 and above.
*
* @platform iOS, Android
*/
PictureInPictureAction["TogglePlayback"] = "TogglePlayback";
/**
* Picture in Picture window shows seek forward and seek backward buttons.
* The player seeks by 10s when the buttons are pressed.
*
* @platform iOS, Android
*/
PictureInPictureAction["Seek"] = "Seek";
})(PictureInPictureAction || (PictureInPictureAction = {}));
//# sourceMappingURL=pictureInPictureAction.js.map