CreateAudioFileInputNodeResult.FileInputNode Property

Definition

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.

Applies to