Searched refs:AVControlCommand (Results 1 – 1 of 1) sorted by relevance
425 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