Click or drag to resize
H264VideoEncoderConfigurationProfile Property
Gets or sets the Profile.

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

Property Value

Type: H264Profile
Default: MAIN
Remarks
If parameters to the encoder require a higher profile to be selected, the encoder will promote it automatically.
See Also