Share via


CreateAudioFileOutputNodeResult Klasse

Definition

Stellt das Ergebnis des Versuchs dar, einen Ausgabeknoten für eine Audiodatei zu erstellen.

public ref class CreateAudioFileOutputNodeResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CreateAudioFileOutputNodeResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CreateAudioFileOutputNodeResult
Public NotInheritable Class CreateAudioFileOutputNodeResult
Vererbung
Object Platform::Object IInspectable CreateAudioFileOutputNodeResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie AudioGraph.CreateFileOutputNodeAsync aufrufen. Überprüfen Sie die Status-Eigenschaft, um festzustellen, ob der Knoten erfolgreich erstellt wurde. Wenn ja, rufen Sie die instance des Knotens mit der FileOutputNode-Eigenschaft ab.

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1809 17763 ExtendedError

Eigenschaften

ExtendedError

Ruft den erweiterten Fehlercode ab, der der Erstellung eines AudioFileOutputNode-Objekts zugeordnet ist.

FileOutputNode

Ruft den Ausgabeknoten der Audiodatei ab.

Status

Ruft das Ergebnis status eines Vorgangs zum Erstellen eines AudioFileOutputNode-Vorgangs mit einem Aufruf von CreateFileOutputNodeAsync ab.

Gilt für: