MediaStreamSourceSwitchStreamsRequestedEventArgs.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 switch the streams.
public:
property MediaStreamSourceSwitchStreamsRequest ^ Request { MediaStreamSourceSwitchStreamsRequest ^ get(); };
MediaStreamSourceSwitchStreamsRequest Request();
public MediaStreamSourceSwitchStreamsRequest Request { get; }
var mediaStreamSourceSwitchStreamsRequest = mediaStreamSourceSwitchStreamsRequestedEventArgs.request;
Public ReadOnly Property Request As MediaStreamSourceSwitchStreamsRequest
Property Value
Provides information regrading the request to switch the streams.