Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.multimedia.avsession.d.ts425 function sendSystemControlCommand(command: AVControlCommand, callback: AsyncCallback<void>): void;
441 function sendSystemControlCommand(command: AVControlCommand): Promise<void>;
3567 sendControlCommand(command: AVControlCommand, callback: AsyncCallback<void>): void;
3583 sendControlCommand(command: AVControlCommand): Promise<void>;
3985 interface AVControlCommand { interface