H264VideoEncoderConfigurationProfile Property |
Gets or sets the Profile.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic H264Profile Profile { get; set; }
Public Property Profile As H264Profile
Get
Set
public:
property H264Profile Profile {
H264Profile get ();
void set (H264Profile value);
}
member Profile : H264Profile with 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