MediaStreamSourceSwitchStreamsRequestedEventArgs
MediaStreamSourceSwitchStreamsRequestedEventArgs
MediaStreamSourceSwitchStreamsRequestedEventArgs
MediaStreamSourceSwitchStreamsRequestedEventArgs
Class
Definition
Provides data for the MediaStreamSource.SwitchStreamsRequested event.
public : sealed class MediaStreamSourceSwitchStreamsRequestedEventArgs : IMediaStreamSourceSwitchStreamsRequestedEventArgspublic sealed class MediaStreamSourceSwitchStreamsRequestedEventArgs : IMediaStreamSourceSwitchStreamsRequestedEventArgsPublic NotInheritable Class MediaStreamSourceSwitchStreamsRequestedEventArgs Implements IMediaStreamSourceSwitchStreamsRequestedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This object is not instantiated directly, it is created by the MediaStreamSource.SwitchStreamsRequested event.
See the MediaStreamSource Sample for an example of using Media Stream Source in a Windows Store app.
Properties
Request Request Request Request
Gets the object that represents the request to switch the streams.
public : MediaStreamSourceSwitchStreamsRequest Request { get; }public MediaStreamSourceSwitchStreamsRequest Request { get; }Public ReadOnly Property Request As MediaStreamSourceSwitchStreamsRequest// You can use this property in JavaScript.
- Value
- MediaStreamSourceSwitchStreamsRequest MediaStreamSourceSwitchStreamsRequest MediaStreamSourceSwitchStreamsRequest MediaStreamSourceSwitchStreamsRequest
Provides information regrading the request to switch the streams.