다음을 통해 공유


SourceChangeRequestedEventArgs.Stream 속성

정의

재생 대상 수신기의 미디어 스트림을 가져옵니다.

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

속성 값

재생 대상 수신기의 미디어 스트림입니다.

설명

소프트웨어 Play To 수신기를 만드는 예제는 미디어 캐스팅을 참조하세요.

적용 대상

추가 정보