次の方法で共有


MediaStreamSample.CreateFromStreamAsync メソッド

定義

IInputStream から MediaStreamSample を非同期に作成します。

public:
 static IAsyncOperation<MediaStreamSample ^> ^ CreateFromStreamAsync(IInputStream ^ stream, unsigned int count, TimeSpan timestamp);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<MediaStreamSample> CreateFromStreamAsync(IInputStream const& stream, uint32_t const& count, TimeSpan const& timestamp);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MediaStreamSample> CreateFromStreamAsync(IInputStream stream, uint count, System.TimeSpan timestamp);
function createFromStreamAsync(stream, count, timestamp)
Public Shared Function CreateFromStreamAsync (stream As IInputStream, count As UInteger, timestamp As TimeSpan) As IAsyncOperation(Of MediaStreamSample)

パラメーター

stream
IInputStream

MediaStreamSample の作成に使用されるメディア データを含むストリーム。

count
UInt32

unsigned int

uint32_t

サンプル内のデータの長さ。 これは、 ストリームから読み取られるバイト数です。

timestamp
TimeSpan TimeSpan

この MediaStreamSample のプレゼンテーション時間。

戻り値

このメソッドが完了すると、新しいファイルが MediaStreamSample として返されます。

属性

注釈

特定の形式では、 MediaStreamSample のデコード時間とプレゼンテーション時間が異なります。 デコード時間には、 DecodeTimestamp プロパティを使用してアクセスできます。

適用対象