pub struct VideoSampleEntry {
pub codec_type: CodecType,
pub width: u16,
pub height: u16,
pub codec_specific: VideoCodecSpecific,
pub protection_info: TryVec<ProtectionSchemeInfoBox>,
/* private fields */
}
Fields§
§codec_type: CodecType
§width: u16
§height: u16
§codec_specific: VideoCodecSpecific
§protection_info: TryVec<ProtectionSchemeInfoBox>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoSampleEntry
impl RefUnwindSafe for VideoSampleEntry
impl Send for VideoSampleEntry
impl Sync for VideoSampleEntry
impl Unpin for VideoSampleEntry
impl UnwindSafe for VideoSampleEntry
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