pub struct AudioSummaryV2 { /* private fields */ }
Expand description
Builder for the AudioSummaryV2
operation.
Implementations§
Source§impl AudioSummaryV2
impl AudioSummaryV2
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 AudioSummaryV2
impl Debug for AudioSummaryV2
Source§impl Default for AudioSummaryV2
impl Default for AudioSummaryV2
Source§fn default() -> AudioSummaryV2
fn default() -> AudioSummaryV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AudioSummaryV2
impl RefUnwindSafe for AudioSummaryV2
impl Send for AudioSummaryV2
impl Sync for AudioSummaryV2
impl Unpin for AudioSummaryV2
impl UnwindSafe for AudioSummaryV2
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