Struct oboe_sys::oboe_AudioStreamBuilder
source · #[repr(C)]#[repr(align(4))]pub struct oboe_AudioStreamBuilder {
pub _bindgen_opaque_blob: [u32; 31],
}Expand description
Factory class for an audio Stream.
Fields§
§_bindgen_opaque_blob: [u32; 31]Implementations§
source§impl oboe_AudioStreamBuilder
impl oboe_AudioStreamBuilder
pub unsafe fn isAAudioSupported() -> bool
pub unsafe fn isAAudioRecommended() -> bool
Trait Implementations§
source§impl Clone for oboe_AudioStreamBuilder
impl Clone for oboe_AudioStreamBuilder
source§fn clone(&self) -> oboe_AudioStreamBuilder
fn clone(&self) -> oboe_AudioStreamBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more