MediaStreamSourceClosedEventArgs Klasse

Definition

Stellt Daten für das MediaStreamSource.Closed-Ereignis bereit.

public ref class MediaStreamSourceClosedEventArgs 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 MediaStreamSourceClosedEventArgs 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 MediaStreamSourceClosedEventArgs
Public NotInheritable Class MediaStreamSourceClosedEventArgs
Vererbung
Object Platform::Object IInspectable MediaStreamSourceClosedEventArgs
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.Closed-Ereignis erstellt.

Im MediaStreamSource-Beispiel finden Sie ein Beispiel für die Verwendung von Media Stream Source in einer universellen Windows-App.

Eigenschaften

Request

Ruft das -Objekt ab, das die Benachrichtigung darstellt, dass die MediaStreamSource geschlossen wurde.

Gilt für:

Weitere Informationen