InitializeMediaStreamSourceRequestedEventArgs.RandomAccessStream Property

Definition

Gets the IRandomAccessStream associated with the media stream source request.

public:
 property IRandomAccessStream ^ RandomAccessStream { IRandomAccessStream ^ get(); };
IRandomAccessStream RandomAccessStream();
public IRandomAccessStream RandomAccessStream { get; }
var iRandomAccessStream = initializeMediaStreamSourceRequestedEventArgs.randomAccessStream;
Public ReadOnly Property RandomAccessStream As IRandomAccessStream

Property Value

The IRandomAccessStream associated with the media stream source request.

Remarks

The app service should parse the IRandomAccessStream to create an IMediaStreamDescriptor. If the requested stream format is supported, then the app service can initialize the MediaStreamSource provided in the event args and begin providing samples.

Applies to