pub struct Emphasis(pub u64);Expand description
Audio emphasis applied on audio samples. The player MUST apply the inverse emphasis to get the proper audio samples.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Element for Emphasis
impl Element for Emphasis
Source§const HAS_DEFAULT_VALUE: bool = true
const HAS_DEFAULT_VALUE: bool = true
Whether the element has a default value, as per Matroska specification.
If true, and the element is missing in a master element, it should be treated as if it were present with the default value.
If false, and the element is missing in a master element, it should be treated as an error.
Source§impl Ord for Emphasis
impl Ord for Emphasis
Source§impl PartialOrd for Emphasis
impl PartialOrd for Emphasis
impl Copy for Emphasis
impl Eq for Emphasis
impl StructuralPartialEq for Emphasis
Auto Trait Implementations§
impl Freeze for Emphasis
impl RefUnwindSafe for Emphasis
impl Send for Emphasis
impl Sync for Emphasis
impl Unpin for Emphasis
impl UnsafeUnpin for Emphasis
impl UnwindSafe for Emphasis
Blanket Implementations§
Source§impl<T> AsyncReadElement for Twhere
T: Element,
impl<T> AsyncReadElement for Twhere
T: Element,
Source§impl<T> AsyncReadFrom for Twhere
T: Element,
impl<T> AsyncReadFrom for Twhere
T: Element,
Source§impl<T> AsyncWriteElement for Twhere
T: Element,
impl<T> AsyncWriteElement for Twhere
T: Element,
Source§impl<T> AsyncWriteTo for Twhere
T: Encode,
impl<T> AsyncWriteTo for Twhere
T: Encode,
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