Click or drag to resize
H264VideoEncoderConfigurationTransformAdaptivity Property
Gets or sets the Transform Adaptivity.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264TransformAdaptivity TransformAdaptivity { get; set; }

Property Value

Type: H264TransformAdaptivity
8x8 DCT Transform can be set for HIGH+ profiles.
For BASELINE and MAIN this has to be 4x4.
Default: Transform_4x4
See Also