AudioFileInputNode.SourceFile 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得音訊檔案輸入節點的來源音訊檔案。
public:
property StorageFile ^ SourceFile { StorageFile ^ get(); };
StorageFile SourceFile();
public StorageFile SourceFile { get; }
var storageFile = audioFileInputNode.sourceFile;
Public ReadOnly Property SourceFile As StorageFile
屬性值
代表來源音訊檔案的 StorageFile 物件。