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