ProcessVideoFrameContext クラス

定義

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
継承
Object Platform::Object IInspectable ProcessVideoFrameContext
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このクラスのインスタンスを取得するには、 ProcessFrame メソッドを実装します。

プロパティ

InputFrame

ビデオ効果操作の入力フレームを取得します。

OutputFrame

ビデオ効果操作の出力フレームを取得します。

適用対象