Lines Matching defs:on
337 function on(type: 'sessionCreate', callback: (session: AVSessionDescriptor) => void): void; function
1502 on(type: 'play', callback: () => void): void; method
1537 on(type: 'pause', callback: () => void): void; method
1572 on(type: 'stop', callback: () => void): void; method
1607 on(type: 'playNext', callback: () => void): void; method
1642 on(type: 'playPrevious', callback: () => void): void; method
1677 on(type: 'fastForward', callback: (time ?: number) => void): void; method
1712 on(type: 'rewind', callback: (time ?: number) => void): void; method
1936 on(type: 'playFromAssetId', callback: (assetId: number) => void): void; method
1986 on(type: 'seek', callback: (time: number) => void): void; method
2036 on(type: 'setSpeed', callback: (speed: number) => void): void; method
2086 on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void; method
2124 on(type: 'setTargetLoopMode', callback: Callback<LoopMode>): void; method
2163 on(type: 'toggleFavorite', callback: (assetId: string) => void): void; method
2215 on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void; method
2267 …on(type: 'outputDeviceChange', callback: (state: ConnectionState, device: OutputDeviceInfo) => voi… method
2321 …on(type: 'commonCommand', callback: (command: string, args: {[key: string]: Object}) => void): voi… method
2375 on(type: 'skipToQueueItem', callback: (itemId: number) => void): void; method
2431 on(type: 'answer', callback: Callback<void>): void; method
2485 on(type: 'hangUp', callback: Callback<void>): void; method
2539 on(type: 'toggleCallMute', callback: Callback<void>): void; method
2576 on(type: 'castDisplayChange', callback: Callback<CastDisplayInfo>): void; method
3075 …on(type: 'playbackStateChange', filter: Array<keyof AVPlaybackState> | 'all', callback: (state: AV… method
3123 on(type: 'mediaItemChange', callback: Callback<AVQueueItem>): void; method
3169 on(type: 'playNext', callback: Callback<void>): void; method
3217 on(type: 'playPrevious', callback: Callback<void>): void; method
3253 on(type: 'requestPlay', callback: Callback<AVQueueItem>): void; method
3278 on(type: 'endOfStream', callback: Callback<void>): void; method
3313 on(type: 'seekDone', callback: Callback<number>): void; method
3348 on(type: 'validCommandChange', callback: Callback<Array<AVCastControlCommandType>>); method
3374 on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void; method
3420 on(type: 'error', callback: ErrorCallback): void; method
3480 on(type: 'castControlGenericError', callback: ErrorCallback): void; method
3521 on(type: 'castControlIoError', callback: ErrorCallback): void; method
3551 on(type: 'castControlParsingError', callback: ErrorCallback): void; method
3581 on(type: 'castControlDecodingError', callback: ErrorCallback): void; method
3608 on(type: 'castControlAudioRendererError', callback: ErrorCallback): void; method
3642 on(type: 'castControlDrmError', callback: ErrorCallback): void; method
3667 on(type: 'keyRequest', callback: KeyRequestCallback): void; method