ProcessVideoFrameContext Classe

Definizione

Fornisce il contesto per eseguire un'operazione di effetto video personalizzata all'interno del metodo 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
Ereditarietà
Object Platform::Object IInspectable ProcessVideoFrameContext
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Per recuperare un'istanza di questa classe, implementare il metodo ProcessFrame .

Proprietà

InputFrame

Ottiene il fotogramma di input per un'operazione di effetto video.

OutputFrame

Ottiene il fotogramma di output per un'operazione di effetto video.

Si applica a