pub type SPX_CODEC_CLIENT_GET_PROPERTY = Option<unsafe extern "C" fn(id: *const c_char, buffer: *mut c_char, buffersize: *mut u64, codecContext: *mut c_void) -> AZACHR>;
Expand description

The SPX_CODEC_CLIENT_GET_PROPERTY represents the function reading a property value @param id Property id. @param buffer caller provided buffer to receive the value of the property @param buffersize buffer size. If buffer is passed as null it will return the required buffer size. @param codecContext A pointer to caller data provided through the codec_create call. @return A return code or zero if successful.