Struct ark_module::audio::AudioRenderInfo
source · pub struct AudioRenderInfo {
pub view_to_world: [f32; 16],
pub sample_rate_hz: f32,
pub channels: u32,
}Expand description
General information about the current frame.
Fields§
§view_to_world: [f32; 16]§sample_rate_hz: f32§channels: u32Trait Implementations§
source§impl Clone for AudioRenderInfo
impl Clone for AudioRenderInfo
source§fn clone(&self) -> AudioRenderInfo
fn clone(&self) -> AudioRenderInfo
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 moreimpl Copy for AudioRenderInfo
impl Pod for AudioRenderInfo
Auto Trait Implementations§
impl RefUnwindSafe for AudioRenderInfo
impl Send for AudioRenderInfo
impl Sync for AudioRenderInfo
impl Unpin for AudioRenderInfo
impl UnwindSafe for AudioRenderInfo
Blanket Implementations§
§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern. Read more