pub struct DecodeWav { /* private fields */ }
Expand description
Builder for the DecodeWav
operation.
Implementations§
Source§impl DecodeWav
impl DecodeWav
Sourcepub fn desired_channels<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn desired_channels<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the desired_channels
attribute.
Sourcepub fn desired_samples<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn desired_samples<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the desired_samples
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§
Auto Trait Implementations§
impl Freeze for DecodeWav
impl RefUnwindSafe for DecodeWav
impl Send for DecodeWav
impl Sync for DecodeWav
impl Unpin for DecodeWav
impl UnwindSafe for DecodeWav
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