CreateAudioDeviceOutputNodeResult.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the result status of an operation to create an AudioDeviceOutputNode with a call to CreateDeviceOutputNodeAsync.
public:
property AudioDeviceNodeCreationStatus Status { AudioDeviceNodeCreationStatus get(); };
AudioDeviceNodeCreationStatus Status();
public AudioDeviceNodeCreationStatus Status { get; }
var audioDeviceNodeCreationStatus = createAudioDeviceOutputNodeResult.status;
Public ReadOnly Property Status As AudioDeviceNodeCreationStatus
Property Value
An enumeration value indicating node creation status. If the result status is Success, get the instance of the node with the DeviceOutputNode property.