#[repr(transparent)]pub struct SoundSize(pub u8);
Expand description
FLV SoundSize
Size of each audio sample. This parameter only pertains to uncompressed formats. Compressed formats always decode to 16 bits internally.
Defined by:
- Legacy FLV spec, Annex E.4.2.1
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Ord for SoundSize
impl Ord for SoundSize
Source§impl PartialOrd for SoundSize
impl PartialOrd for SoundSize
impl Copy for SoundSize
impl Eq for SoundSize
impl StructuralPartialEq for SoundSize
Auto Trait Implementations§
impl Freeze for SoundSize
impl RefUnwindSafe for SoundSize
impl Send for SoundSize
impl Sync for SoundSize
impl Unpin for SoundSize
impl UnwindSafe for SoundSize
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