Struct oboe_sys::oboe_AudioStreamDataCallback
source · #[repr(C)]pub struct oboe_AudioStreamDataCallback {
pub vtable_: *const oboe_AudioStreamDataCallback__bindgen_vtable,
}Expand description
AudioStreamDataCallback defines a callback interface for
moving data to/from an audio stream using onAudioReady
2) being alerted when a stream has an error using onError* methods
It is used with AudioStreamBuilder::setDataCallback().
Fields§
§vtable_: *const oboe_AudioStreamDataCallback__bindgen_vtable