Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 968 Bytes

initializemediastreamsourcerequestedeventargs_randomaccessstream.md

File metadata and controls

24 lines (16 loc) · 968 Bytes
-api-id -api-type
P:Windows.Media.Core.InitializeMediaStreamSourceRequestedEventArgs.RandomAccessStream
winrt property

Windows.Media.Core.InitializeMediaStreamSourceRequestedEventArgs.RandomAccessStream

-description

Gets the IRandomAccessStream associated with the media stream source request.

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

-see-also

-examples