CreateAudioFileOutputNodeResult.FileOutputNode 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 audio file output node.
public:
property AudioFileOutputNode ^ FileOutputNode { AudioFileOutputNode ^ get(); };
AudioFileOutputNode FileOutputNode();
public AudioFileOutputNode FileOutputNode { get; }
var audioFileOutputNode = createAudioFileOutputNodeResult.fileOutputNode;
Public ReadOnly Property FileOutputNode As AudioFileOutputNode
Property Value
An object representing the audio file output node.
Remarks
This value will be null if the Status property has a value other than Success.