Struct rrise::settings::AkMusicSettings
source · #[repr(C)]pub struct AkMusicSettings {
pub fStreamingLookAheadRatio: AkReal32,
}Expand description
Platform-independent initialization settings of the music engine \sa
- AK::MusicEngine::Init()
- \ref soundengine_integration_init_advanced
Fields
fStreamingLookAheadRatio: AkReal32Multiplication factor for all streaming look-ahead heuristic values.
Trait Implementations
sourceimpl Clone for AkMusicSettings
impl Clone for AkMusicSettings
sourcefn clone(&self) -> AkMusicSettings
fn clone(&self) -> AkMusicSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AkMusicSettings
impl Debug for AkMusicSettings
sourceimpl Default for AkMusicSettings
impl Default for AkMusicSettings
impl Copy for AkMusicSettings
Auto Trait Implementations
impl RefUnwindSafe for AkMusicSettings
impl Send for AkMusicSettings
impl Sync for AkMusicSettings
impl Unpin for AkMusicSettings
impl UnwindSafe for AkMusicSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more