ParsecGetDecoders
uint32_tParsecGetDecoders(ParsecDecoder *decoders,uint32_tlen)
Get a list of currently available video decoders.
Parameters
Direction | Name | Description |
---|---|---|
out | decoders | An array of ParsecDecoder to be filled. |
in | len | The length of the decoders array in elements. |
Returns
The number of elements written to decoders
.