Type Alias DRMPlaybackEvent
DRMPlaybackEvent: {
length: number;
position: number;
titleId: string;
type:
| "START_PLAYBACK"
| "PROGRESS_PLAYBACK"
| "START_SEEK"
| "STOP_SEEK"
| "STOP_PLAYBACK"
| "CLOSE_PLAYBACK"
| "PAUSE_PLAYBACK"
| "RESUME_PLAYBACK"
| "FAST_FORWARD_PLAYBACK"
| "REWIND_PLAYBACK"
| "ERROR_PLAYBACK"
| "CHANGE_VOLUME";
}
Type Declaration
length: number
position: number
titleId: string
type:
| "START_PLAYBACK"
| "PROGRESS_PLAYBACK"
| "START_SEEK"
| "STOP_SEEK"
| "STOP_PLAYBACK"
| "CLOSE_PLAYBACK"
| "PAUSE_PLAYBACK"
| "RESUME_PLAYBACK"
| "FAST_FORWARD_PLAYBACK"
| "REWIND_PLAYBACK"
| "ERROR_PLAYBACK"
| "CHANGE_VOLUME"
Result object for DRM playback events.