Skip to main content

g726_encoder_func_t

Type Alias g726_encoder_func_t 

Source
pub type g726_encoder_func_t = Option<unsafe extern "C" fn(s: *mut g726_state_t, amp: i16) -> u8>;

Aliased Type§

pub enum g726_encoder_func_t {
    None,
    Some(unsafe extern "C" fn(*mut g726_state_s, i16) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut g726_state_s, i16) -> u8)

Some value of type T.