CreateAudioFileInputNodeResult.FileInputNode 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 input node.
public:
property AudioFileInputNode ^ FileInputNode { AudioFileInputNode ^ get(); };
AudioFileInputNode FileInputNode();
public AudioFileInputNode FileInputNode { get; }
var audioFileInputNode = createAudioFileInputNodeResult.fileInputNode;
Public ReadOnly Property FileInputNode As AudioFileInputNode
Property Value
An object representing the audio file input node.
Remarks
This value will be null if the Status property has a value other than Success.