EncodingVideoProfile
Object Hierarchy:
Description:
[
CCode ( cname =
"GstEncodingVideoProfile" , lower_case_cprefix =
"gst_encoding_video_profile_" , type_id =
"gst_encoding_video_profile_get_type ()" ) ]
[
GIR ( name =
"EncodingVideoProfile" ) ]
public class EncodingVideoProfile :
EncodingProfile
Content:
Creation methods:
Methods:
- public uint get_pass ()
Get the pass number if this is part of a multi-pass profile.
- public bool get_variableframerate ()
*NOTE*: Fixed framerate won't be enforced when encodebin:avoid-reencoding is set.
- public void set_pass (uint pass)
Sets the pass number of this video profile.
- public void set_variableframerate (bool variableframerate)
If set to true, then the incoming
stream will be allowed to have non-constant framerate.
Inherited Members:
All known members inherited from class Gst.PbUtils.EncodingProfile
All known members inherited from class GLib.Object