InitializeMediaStreamSourceRequestedEventArgs.RandomAccessStream 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 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.