Partager via


MediaStreamSourceSwitchStreamsRequest Classe

Définition

Représente un objet à utiliser par l’événement MediaStreamSource.SwitchStreamsRequest pour fournir des informations à l’application.

public ref class MediaStreamSourceSwitchStreamsRequest 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 MediaStreamSourceSwitchStreamsRequest 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 MediaStreamSourceSwitchStreamsRequest
Public NotInheritable Class MediaStreamSourceSwitchStreamsRequest
Héritage
Object Platform::Object IInspectable MediaStreamSourceSwitchStreamsRequest
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

Consultez l’exemple MediaStreamSource pour obtenir un exemple d’utilisation d’une source de flux multimédia dans une application UWP.

Propriétés

NewStreamDescriptor

Obtient le descripteur de flux pour le flux qui est maintenant sélectionné par MediaStreamSource.

OldStreamDescriptor

Obtient le descripteur de flux pour le flux qui n’est plus sélectionné par MediaStreamSource.

Méthodes

GetDeferral()

Reporte la fin de l’événement MediaStreamSource.SwitchStreamsRequested .

S’applique à

Voir aussi