共用方式為


CreateAudioDeviceOutputNodeResult 類別

定義

表示嘗試建立音訊裝置輸出節點的結果。

public ref class CreateAudioDeviceOutputNodeResult 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 CreateAudioDeviceOutputNodeResult 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 CreateAudioDeviceOutputNodeResult
Public NotInheritable Class CreateAudioDeviceOutputNodeResult
繼承
Object Platform::Object IInspectable CreateAudioDeviceOutputNodeResult
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

呼叫 AudioGraph.CreateDeviceOutputNodeAsync來取得這個類別的實例。 檢查 Status 屬性以判斷節點是否已成功建立,如果是,請使用 DeviceOutputNode 屬性取得節點的實例。

版本歷程記錄

Windows 版本 SDK 版本 新增值
1809 17763 ExtendedError

屬性

DeviceOutputNode

取得音訊裝置輸出節點。

ExtendedError

取得與 建立 AudioDeviceOutputNode 物件相關聯的擴充錯誤碼。

Status

取得作業的結果狀態,以呼叫CreateDeviceOutputNodeAsync來建立AudioDeviceOutputNode

適用於