共用方式為


SourceChangeRequestedEventArgs.Stream 屬性

定義

取得播放至接收者的媒體數據流。

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

屬性值

播放至接收者的媒體數據流。

備註

如需建立軟體播放收件者的範例,請參閱 媒體傳播

適用於

另請參閱