SourceChangeRequestedEventArgs.Stream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the media stream for the Play To receiver.
public:
property IRandomAccessStreamWithContentType ^ Stream { IRandomAccessStreamWithContentType ^ get(); };
IRandomAccessStreamWithContentType Stream();
public IRandomAccessStreamWithContentType Stream { get; }
var iRandomAccessStreamWithContentType = sourceChangeRequestedEventArgs.stream;
Public ReadOnly Property Stream As IRandomAccessStreamWithContentType
Property Value
The media stream for the Play To receiver.
Remarks
For an example of creating a software Play To receiver, see Media casting.