Partager via


ProcessVideoFrameContext Classe

Définition

Fournit un contexte pour l’exécution d’une opération d’effet vidéo personnalisée dans la méthode ProcessFrame .

public ref class ProcessVideoFrameContext sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.GCPressure]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ProcessVideoFrameContext final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.GCPressure]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ProcessVideoFrameContext
Public NotInheritable Class ProcessVideoFrameContext
Héritage
Object Platform::Object IInspectable ProcessVideoFrameContext
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

Pour récupérer un instance de cette classe, implémentez la méthode ProcessFrame.

Propriétés

InputFrame

Obtient l’image d’entrée pour une opération d’effet vidéo.

OutputFrame

Obtient l’image de sortie d’une opération d’effet vidéo.

S’applique à