av_samples_copy

Copy samples from src to dst.

@param dst destination array of pointers to data planes @param src source array of pointers to data planes @param dst_offset offset in samples at which the data will be written to dst @param src_offset offset in samples at which the data will be read from src @param nb_samples number of samples to be copied @param nb_channels number of audio channels @param sample_fmt audio sample format

extern (C) @nogc nothrow
int
av_samples_copy

Meta