convert
Description:
[ Version ( since = "1.14" ) ]
public bool convert (ConverterFlags flags, uint8[] @in, out uint8[] @out)
public bool convert (ConverterFlags flags, uint8[] @in, out uint8[] @out)
Convenience wrapper around samples, which will perform allocation of the output buffer based on the result from get_out_frames.
Parameters:
this | |
flags |
extra ConverterFlags |
in |
input data |
in_size |
size of |
out |
a pointer where the output data will be written |
out_size |
a pointer where the size of |
Returns:
|