MediaStreamSourceSampleRequestedEventArgs.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 for a MediaStreamSample.
public:
property MediaStreamSourceSampleRequest ^ Request { MediaStreamSourceSampleRequest ^ get(); };
MediaStreamSourceSampleRequest Request();
public MediaStreamSourceSampleRequest Request { get; }
var mediaStreamSourceSampleRequest = mediaStreamSourceSampleRequestedEventArgs.request;
Public ReadOnly Property Request As MediaStreamSourceSampleRequest
Property Value
Provides information regrading the request for a MediaStreamSample.