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.ts964 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… alias
1167 command: AVControlCommandType;