Home
last modified time | relevance | path

Searched refs:AVControlCommandType (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.multimedia.avsession.d.ts2794 getValidCommands(callback: AsyncCallback<Array<AVControlCommandType>>): void;
2805 getValidCommands(): Promise<Array<AVControlCommandType>>;
2816 getValidCommandsSync(): Array<AVControlCommandType>;
3029 on(type: 'validCommandChange', callback: (commands: Array<AVControlCommandType>) => void);
3042 off(type: 'validCommandChange', callback?: (commands: Array<AVControlCommandType>) => void);
3180 …type AVControlCommandType = 'play' | 'pause' | 'stop' | 'playNext' | 'playPrevious' | 'fastForward… alias
3195 command: AVControlCommandType;