AudioDeviceModule.SendCommandAsync(IBuffer) Méthode

Définition

Envoie de manière asynchrone des données au module de périphérique audio et reçoit le résultat.

public:
 virtual IAsyncOperation<ModuleCommandResult ^> ^ SendCommandAsync(IBuffer ^ Command) = SendCommandAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ModuleCommandResult> SendCommandAsync(IBuffer const& Command);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ModuleCommandResult> SendCommandAsync(IBuffer Command);
function sendCommandAsync(Command)
Public Function SendCommandAsync (Command As IBuffer) As IAsyncOperation(Of ModuleCommandResult)

Paramètres

Command
IBuffer

Mémoire tampon contenant les données de commande à envoyer au module de périphérique audio.

Retours

Une opération asynchrone renvoie un ModuleCommandResult en cas de réussite de l’exécution.

Attributs

S’applique à