Function opus_multistream_surround_encoder_create

Source
pub unsafe fn opus_multistream_surround_encoder_create(
    Fs: i32,
    channels: i32,
    mapping_family: i32,
    streams: *mut i32,
    coupled_streams: *mut i32,
    mapping: *mut u8,
    application: i32,
    error: *mut i32,
) -> *mut OpusMSEncoder