MediaBindingEventArgs.SetStreamReference メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントに関連付けられている MediaSource にメディア コンテンツ ストリーム参照をバインドします。
public:
virtual void SetStreamReference(IRandomAccessStreamReference ^ stream, Platform::String ^ contentType) = SetStreamReference;
void SetStreamReference(IRandomAccessStreamReference const& stream, winrt::hstring const& contentType);
public void SetStreamReference(IRandomAccessStreamReference stream, string contentType);
function setStreamReference(stream, contentType)
Public Sub SetStreamReference (stream As IRandomAccessStreamReference, contentType As String)
パラメーター
- stream
- IRandomAccessStreamReference
バインドするメディア コンテンツを含むストリーム参照。
- contentType
-
String
Platform::String
winrt::hstring
メディア コンテンツのコンテンツ タイプを指定する文字列。