#[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
Trait Implementations§
Auto Trait Implementations§
impl Freeze for oboe_AudioStreamDataCallback
impl RefUnwindSafe for oboe_AudioStreamDataCallback
impl !Send for oboe_AudioStreamDataCallback
impl !Sync for oboe_AudioStreamDataCallback
impl Unpin for oboe_AudioStreamDataCallback
impl UnwindSafe for oboe_AudioStreamDataCallback
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more