Lines Matching defs:on
338 function on(type: 'sessionCreate', callback: (session: AVSessionDescriptor) => void): void; function
1029 function on(type: 'deviceStateChanged', callback: Callback<DeviceState>): void; function
3280 …on(type: 'playbackStateChange', filter: Array<keyof AVPlaybackState> | 'all', callback: (state: AV… method
3328 on(type: 'mediaItemChange', callback: Callback<AVQueueItem>): void; method
3374 on(type: 'playNext', callback: Callback<void>): void; method
3422 on(type: 'playPrevious', callback: Callback<void>): void; method
3458 on(type: 'requestPlay', callback: Callback<AVQueueItem>): void; method
3483 on(type: 'endOfStream', callback: Callback<void>): void; method
3518 on(type: 'seekDone', callback: Callback<number>): void; method
3553 on(type: 'validCommandChange', callback: Callback<Array<AVCastControlCommandType>>); method
3579 on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void; method
3625 on(type: 'error', callback: ErrorCallback): void; method
3685 on(type: 'castControlGenericError', callback: ErrorCallback): void; method
3726 on(type: 'castControlIoError', callback: ErrorCallback): void; method
3756 on(type: 'castControlParsingError', callback: ErrorCallback): void; method
3786 on(type: 'castControlDecodingError', callback: ErrorCallback): void; method
3813 on(type: 'castControlAudioRendererError', callback: ErrorCallback): void; method
3847 on(type: 'castControlDrmError', callback: ErrorCallback): void; method
3872 on(type: 'keyRequest', callback: KeyRequestCallback): void; method
3897 on(type: 'customDataChange', callback: Callback<Record<string, Object>>): void; method