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 的操作的结果状态。

适用于