[ Version ( since = "1.20" ) ]
public void set_element_properties (owned Structure element_properties)
This allows setting the muxing/encoding element properties.
**Set properties generically**
``` properties [element-properties, boolean-prop=true, string-prop="hi"] ```
**Mapping properties with well known element factories**
``` properties element-properties-map, map = { [openh264enc, gop-size=32, ], [x264enc, key-int-max=32, tune=zerolatency], } ```
this | |
element_properties |
A Structure defining the properties to be set to the element the profile represents. |