pub struct AudioSampleEntry {
pub codec_type: CodecType,
pub channelcount: u32,
pub samplesize: u16,
pub samplerate: f64,
pub codec_specific: AudioCodecSpecific,
pub protection_info: TryVec<ProtectionSchemeInfoBox>,
/* private fields */
}
Fields§
§codec_type: CodecType
§channelcount: u32
§samplesize: u16
§samplerate: f64
§codec_specific: AudioCodecSpecific
§protection_info: TryVec<ProtectionSchemeInfoBox>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioSampleEntry
impl RefUnwindSafe for AudioSampleEntry
impl Send for AudioSampleEntry
impl Sync for AudioSampleEntry
impl Unpin for AudioSampleEntry
impl UnwindSafe for AudioSampleEntry
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