MediaStreamSourceStartingEventArgs.Request 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 object that represents the request to start accumulating MediaStreamSample data.
public:
property MediaStreamSourceStartingRequest ^ Request { MediaStreamSourceStartingRequest ^ get(); };
MediaStreamSourceStartingRequest Request();
public MediaStreamSourceStartingRequest Request { get; }
var mediaStreamSourceStartingRequest = mediaStreamSourceStartingEventArgs.request;
Public ReadOnly Property Request As MediaStreamSourceStartingRequest
Property Value
Provides information regrading the request to start accumulating MediaStreamSample data.