Table of Contents

Enum D3D12H264EncoderProfile

Namespace
VisioForge.Core.Types.X.VideoEncoders
Assembly
VisioForge.Core.dll

H.264 profile passed in output caps for d3d12h264enc. The src caps of the element only allow {high, main, constrained-baseline} — there is no plain "baseline" — so VisioForge.Core.Types.X.VideoEncoders.D3D12H264EncoderProfile.Baseline is mapped to "constrained-baseline".

public enum D3D12H264EncoderProfile

Fields

Baseline = 0

Constrained baseline profile (the only baseline variant d3d12h264enc accepts).

Main = 1

Main profile.

High = 2

High profile.