次の方法で共有


SourceChangeRequestedEventArgs.Stream プロパティ

定義

Play To レシーバーのメディア ストリームを取得します。

public:
 property IRandomAccessStreamWithContentType ^ Stream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType Stream();
public IRandomAccessStreamWithContentType Stream { get; }
var iRandomAccessStreamWithContentType = sourceChangeRequestedEventArgs.stream;
Public ReadOnly Property Stream As IRandomAccessStreamWithContentType

プロパティ値

Play To レシーバーのメディア ストリーム。

注釈

ソフトウェア Play To レシーバーを作成する例については、「 メディア キャスト」を参照してください。

適用対象

こちらもご覧ください