Function av_samples_copy

Source
pub unsafe extern "C" fn av_samples_copy(
    dst: *const *mut u8,
    src: *const *mut u8,
    dst_offset: i32,
    src_offset: i32,
    nb_samples: i32,
    nb_channels: i32,
    sample_fmt: i32,
) -> i32
Expand description

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