EncodingProfile.setElementProperties
void setElementProperties(gst.structure.Structure elementProperties)This allows setting the muxing/encoding element properties.
Set properties generically`` properties
[element-properties, boolean-prop=true, string-prop="hi"]
CODEBLOCK0 properties
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. |