convert


Description:

[ Version ( since = "1.14" ) ]
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

a Converter

flags

extra ConverterFlags

in

input data

in_size

size of in

out

a pointer where the output data will be written

out_size

a pointer where the size of out will be written

Returns:

true is the conversion could be performed.