CreateAudioFileOutputNodeResult.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 AudioFileOutputNode with a call to CreateFileOutputNodeAsync.
public:
property AudioFileNodeCreationStatus Status { AudioFileNodeCreationStatus get(); };
AudioFileNodeCreationStatus Status();
public AudioFileNodeCreationStatus Status { get; }
var audioFileNodeCreationStatus = createAudioFileOutputNodeResult.status;
Public ReadOnly Property Status As AudioFileNodeCreationStatus
Property Value
An enumeration value indicating node creation status. If the result status is Success, get the instance of the node with the FileOutputNode property.