Skip to main content

gap_client_send

Function gap_client_send 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn gap_client_send( ch: i32, nh: i32, mh: i32, target: u32, media_source_id: u32, rtp_timestamp: u64, opus_ptr: *const u8, opus_len: usize, ) -> GbpBuffer
Expand description

Sends an Opus audio frame via GAP.

ยงSafety

opus_ptr MUST be valid for opus_len bytes.