다음을 통해 공유


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 속성을 통해 액세스할 수 있습니다.

적용 대상