[][src]Function minimp4_sys::MP4E_set_sps

pub unsafe extern "C" fn MP4E_set_sps(
    mux: *mut MP4E_mux_t,
    track_id: c_int,
    sps: *const c_void,
    bytes: c_int
) -> c_int

Set SPS data. MUST be used for AVC (H.264) track. Up to 32 different SPS can be used in one track.

return error code MP4E_STATUS_*