Udostępnij za pośrednictwem


SourceChangeRequestedEventArgs.Stream Property

Definition

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.

Applies to

See also