#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_encode_audio_frame(
producer: u32,
frame: *const moq_audio_frame,
) -> i32Expand description
Push one audio frame.
frame->data is borrowed for the duration of the call; the
producer copies before returning.
ยงSafety
framemust point to a validmoq_audio_frame.frame->datamust point toframe->data_sizebytes.