EncodingProfile.setElementProperties
void setElementProperties(gst.structure.Structure elementProperties) nothrowThis allows setting the muxing/encoding element properties.
Set properties generically
[element-properties, boolean-prop=true, string-prop="hi"]Mapping properties with well known element factories
element-properties-map, map = {
[openh264enc, gop-size=32, ],
[x264enc, key-int-max=32, tune=zerolatency],
}Parameters
elementProperties | A #GstStructure defining the properties to be set to the element the profile represents. |