pub struct AudioSummary { /* private fields */ }
Expand description
Builder for the AudioSummary
operation.
Implementations§
Source§impl AudioSummary
impl AudioSummary
Sourcepub fn sample_rate<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn sample_rate<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the sample_rate
attribute.
Sourcepub fn max_outputs<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_outputs<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_outputs
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for AudioSummary
impl Debug for AudioSummary
Source§impl Default for AudioSummary
impl Default for AudioSummary
Source§fn default() -> AudioSummary
fn default() -> AudioSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AudioSummary
impl RefUnwindSafe for AudioSummary
impl Send for AudioSummary
impl Sync for AudioSummary
impl Unpin for AudioSummary
impl UnwindSafe for AudioSummary
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