Partager via


MediaStreamSourceClosedEventArgs Classe

Définition

Fournit des données pour l’événement MediaStreamSource.Closed .

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
Héritage
Object Platform::Object IInspectable MediaStreamSourceClosedEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Cet objet n’est pas instancié directement, il est créé par l’événement MediaStreamSource.Closed .

Consultez l’exemple MediaStreamSource pour obtenir un exemple d’utilisation de media stream source dans une application Windows universelle.

Propriétés

Request

Obtient l’objet qui représente la notification indiquant que MediaStreamSource a été fermé.

S’applique à

Voir aussi