Function encoding_ list_ all_ targets
Source pub fn encoding_list_all_targets(
categoryname: Option<&str>,
) -> Vec<EncodingTarget>Expand description
List all available EncodingTarget for the specified category, or all categories
if categoryname is None.
§categoryname
The category, for ex: GST_ENCODING_CATEGORY_DEVICE.
Can be None.
§Returns
The list of EncodingTarget