次の方法で共有


BackgroundAudioTrack.CreateFromFileAsync(IStorageFile) メソッド

定義

オーディオ ファイルからバックグラウンド オーディオ トラックを作成します。

public:
 static IAsyncOperation<BackgroundAudioTrack ^> ^ CreateFromFileAsync(IStorageFile ^ file);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BackgroundAudioTrack> CreateFromFileAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BackgroundAudioTrack> CreateFromFileAsync(IStorageFile file);
function createFromFileAsync(file)
Public Shared Function CreateFromFileAsync (file As IStorageFile) As IAsyncOperation(Of BackgroundAudioTrack)

パラメーター

file
IStorageFile

ソース オーディオ ファイルを表す StorageFile オブジェクト。

戻り値

オーディオ ファイルの内容を含む新しいバックグラウンド オーディオ トラック オブジェクト。

属性

適用対象