#[repr(u32)]pub enum gvr_audio_rendering_mode {
GVR_AUDIO_RENDERING_STEREO_PANNING = 0,
GVR_AUDIO_RENDERING_BINAURAL_LOW_QUALITY = 1,
GVR_AUDIO_RENDERING_BINAURAL_HIGH_QUALITY = 2,
}Expand description
Rendering modes define CPU load / rendering quality balances.
Variants§
GVR_AUDIO_RENDERING_STEREO_PANNING = 0
GVR_AUDIO_RENDERING_BINAURAL_LOW_QUALITY = 1
GVR_AUDIO_RENDERING_BINAURAL_HIGH_QUALITY = 2
Trait Implementations§
Source§impl Clone for gvr_audio_rendering_mode
impl Clone for gvr_audio_rendering_mode
Source§fn clone(&self) -> gvr_audio_rendering_mode
fn clone(&self) -> gvr_audio_rendering_mode
Returns a duplicate 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 moreSource§impl Debug for gvr_audio_rendering_mode
impl Debug for gvr_audio_rendering_mode
Source§impl Hash for gvr_audio_rendering_mode
impl Hash for gvr_audio_rendering_mode
Source§impl PartialEq for gvr_audio_rendering_mode
impl PartialEq for gvr_audio_rendering_mode
impl Copy for gvr_audio_rendering_mode
impl Eq for gvr_audio_rendering_mode
impl StructuralPartialEq for gvr_audio_rendering_mode
Auto Trait Implementations§
impl Freeze for gvr_audio_rendering_mode
impl RefUnwindSafe for gvr_audio_rendering_mode
impl Send for gvr_audio_rendering_mode
impl Sync for gvr_audio_rendering_mode
impl Unpin for gvr_audio_rendering_mode
impl UnwindSafe for gvr_audio_rendering_mode
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