pub unsafe extern "C" fn g711_transcode(
s: *mut g711_state_t,
g711_out: *mut u8,
g711_in: *const u8,
g711_bytes: c_int,
) -> c_intExpand description
\brief Transcode between u-law and A-law. \param s The G.711 context. \param g711_out The resulting G.711 data. \param g711_in The original G.711 data. \param g711_bytes The number of G.711 samples to transcode. \return The number of G.711 samples produced.