Searched refs:AVControlCommandType (Results 1 – 1 of 1) sorted by relevance
964 getValidCommands(callback: AsyncCallback<Array<AVControlCommandType>>): void;965 getValidCommands(): Promise<Array<AVControlCommandType>>;1102 on(type: 'validCommandChange', callback: (commands: Array<AVControlCommandType>) => void);1115 off(type: 'validCommandChange', callback?: (commands: Array<AVControlCommandType>) => void);1152 …type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward… alias1167 command: AVControlCommandType;