pub struct DecoderConfig {
pub object_type_indication: u8,
pub stream_type: u8,
pub up_stream: u8,
pub buffer_size_db: u24,
pub max_bitrate: u32,
pub avg_bitrate: u32,
pub dec_specific: DecoderSpecific,
}
Fields§
§object_type_indication: u8
§stream_type: u8
§up_stream: u8
§buffer_size_db: u24
§max_bitrate: u32
§avg_bitrate: u32
§dec_specific: DecoderSpecific
Implementations§
Trait Implementations§
Source§impl Clone for DecoderConfig
impl Clone for DecoderConfig
Source§fn clone(&self) -> DecoderConfig
fn clone(&self) -> DecoderConfig
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 moreSource§impl Debug for DecoderConfig
impl Debug for DecoderConfig
Source§impl Decode for DecoderConfig
impl Decode for DecoderConfig
Source§impl Default for DecoderConfig
impl Default for DecoderConfig
Source§fn default() -> DecoderConfig
fn default() -> DecoderConfig
Returns the “default value” for a type. Read more
Source§impl From<DecoderConfig> for Descriptor
impl From<DecoderConfig> for Descriptor
Source§fn from(desc: DecoderConfig) -> Self
fn from(desc: DecoderConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DecoderConfig
impl PartialEq for DecoderConfig
impl Copy for DecoderConfig
impl Eq for DecoderConfig
impl StructuralPartialEq for DecoderConfig
Auto Trait Implementations§
impl Freeze for DecoderConfig
impl RefUnwindSafe for DecoderConfig
impl Send for DecoderConfig
impl Sync for DecoderConfig
impl Unpin for DecoderConfig
impl UnwindSafe for DecoderConfig
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