MediaSource.CreateFromStream(IRandomAccessStream, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された IRandomAccessStream から MediaSource のインスタンスを作成します。
public:
static MediaSource ^ CreateFromStream(IRandomAccessStream ^ stream, Platform::String ^ contentType);
static MediaSource CreateFromStream(IRandomAccessStream const& stream, winrt::hstring const& contentType);
public static MediaSource CreateFromStream(IRandomAccessStream stream, string contentType);
function createFromStream(stream, contentType)
Public Shared Function CreateFromStream (stream As IRandomAccessStream, contentType As String) As MediaSource
パラメーター
- stream
- IRandomAccessStream
MediaSource の作成元のストリーム。
- contentType
-
String
Platform::String
winrt::hstring
ストリームのコンテンツの MIME の種類。
戻り値
新しいメディア ソース。