MidiSynthesizer.CreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateAsync() |
Crée une nouvelle instance du synthétiseur Microsoft MIDI qui utilise le périphérique de sortie audio par défaut du système. |
CreateAsync(DeviceInformation) |
Crée une instance du synthétiseur Microsoft MIDI avec un périphérique de sortie audio spécifié. |
CreateAsync()
Crée une nouvelle instance du synthétiseur Microsoft MIDI qui utilise le périphérique de sortie audio par défaut du système.
public:
static IAsyncOperation<MidiSynthesizer ^> ^ CreateAsync();
/// [Windows.Foundation.Metadata.Overload("CreateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MidiSynthesizer> CreateAsync();
[Windows.Foundation.Metadata.Overload("CreateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MidiSynthesizer> CreateAsync();
function createAsync()
Public Shared Function CreateAsync () As IAsyncOperation(Of MidiSynthesizer)
Retours
Instance du synthétiseur MIDI Windows.
- Attributs
Voir aussi
S’applique à
CreateAsync(DeviceInformation)
Crée une instance du synthétiseur Microsoft MIDI avec un périphérique de sortie audio spécifié.
public:
static IAsyncOperation<MidiSynthesizer ^> ^ CreateAsync(DeviceInformation ^ audioDevice);
/// [Windows.Foundation.Metadata.Overload("CreateFromAudioDeviceAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MidiSynthesizer> CreateAsync(DeviceInformation const& audioDevice);
[Windows.Foundation.Metadata.Overload("CreateFromAudioDeviceAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MidiSynthesizer> CreateAsync(DeviceInformation audioDevice);
function createAsync(audioDevice)
Public Shared Function CreateAsync (audioDevice As DeviceInformation) As IAsyncOperation(Of MidiSynthesizer)
Paramètres
- audioDevice
- DeviceInformation
Périphérique de sortie audio.
Retours
Une instance du synthétiseur MICROSOFT MIDI.
- Attributs