SourceChangeRequestedEventArgs.Stream プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 レシーバーを作成する例については、「 メディア キャスト」を参照してください。