AudioFileInputNode.SourceFile 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 source audio file for the audio file input node.
public:
property StorageFile ^ SourceFile { StorageFile ^ get(); };
StorageFile SourceFile();
public StorageFile SourceFile { get; }
var storageFile = audioFileInputNode.sourceFile;
Public ReadOnly Property SourceFile As StorageFile
Property Value
A StorageFile object representing the source audio file.