[ CCode ( cname = "gst_encoding_list_all_targets" ) ]
public List<EncodingTarget> encoding_list_all_targets (string? categoryname)
List all available EncodingTarget for the specified category, or all
categories if categoryname
is null
.
categoryname |
The category, for ex: ENCODING_CATEGORY_DEVICE. Can be
|
The list of EncodingTarget |