• Home
  • Raw
  • Download

Lines Matching defs:off

1663     off(type: 'play', callback?: () => void): void;  method
1690 off(type: 'pause', callback?: () => void): void; method
1717 off(type: 'stop', callback?: () => void): void; method
1744 off(type: 'playNext', callback?: () => void): void; method
1771 off(type: 'playPrevious', callback?: () => void): void; method
1798 off(type: 'fastForward', callback?: () => void): void; method
1825 off(type: 'rewind', callback?: () => void): void; method
1885 off(type: 'playFromAssetId', callback?: (assetId: number) => void): void; method
1935 off(type: 'seek', callback?: (time: number) => void): void; method
1985 off(type: 'setSpeed', callback?: (speed: number) => void): void; method
2035 off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void; method
2089 off(type: 'toggleFavorite', callback?: (assetId: string) => void): void; method
2139 off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void; method
2193off(type: 'outputDeviceChange', callback?: (state: ConnectionState, device: OutputDeviceInfo) => v… method
2247off(type: 'commonCommand', callback?: (command: string, args: {[key: string]: Object}) => void): v… method
2301 off(type: 'skipToQueueItem', callback?: (itemId: number) => void): void; method
2355 off(type: 'answer', callback?: Callback<void>): void; method
2409 off(type: 'hangUp', callback?: Callback<void>): void; method
2461 off(type: 'toggleCallMute', callback?: Callback<void>): void; method
2489 off(type: 'castDisplayChange', callback?: Callback<CastDisplayInfo>): void; method
2999 off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void): void; method
3043 off(type: 'mediaItemChange'): void; method
3091 off(type: 'playNext'): void; method
3139 off(type: 'playPrevious'): void; method
3164 off(type: 'requestPlay', callback?: Callback<AVQueueItem>): void; method
3189 off(type: 'endOfStream', callback?: Callback<void>): void; method
3233 off(type: 'seekDone'): void; method
3261 off(type: 'validCommandChange', callback?: Callback<Array<AVCastControlCommandType>>); method
3284 off(type: 'videoSizeChange'): void; method
3352 off(type: 'error'): void; method
3391 off(type: 'castControlGenericError', callback?: ErrorCallback): void; method
3432 off(type: 'castControlIoError', callback?: ErrorCallback): void; method
3462 off(type: 'castControlParsingError', callback?: ErrorCallback): void; method
3492 off(type: 'castControlDecodingError', callback?: ErrorCallback): void; method
3519 off(type: 'castControlAudioRendererError', callback?: ErrorCallback): void; method
3553 off(type: 'castControlDrmError', callback?: ErrorCallback): void; method
3579 off(type: 'keyRequest', callback?: KeyRequestCallback): void; method