MediaStreamSourceSwitchStreamsRequestedEventArgs Klasse

Definition

public ref class MediaStreamSourceSwitchStreamsRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaStreamSourceSwitchStreamsRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaStreamSourceSwitchStreamsRequestedEventArgs
Public NotInheritable Class MediaStreamSourceSwitchStreamsRequestedEventArgs
Vererbung
Object Platform::Object IInspectable MediaStreamSourceSwitchStreamsRequestedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Dieses Objekt wird nicht direkt instanziiert, es wird vom MediaStreamSource.SwitchStreamsRequested-Ereignis erstellt.

Ein Beispiel für die Verwendung von Media Stream Source in einer UWP-App finden Sie im MediaStreamSource-Beispiel .

Eigenschaften

Request

Ruft das -Objekt ab, das die Anforderung zum Wechseln der Streams darstellt.

Gilt für:

Weitere Informationen