#[repr(C)]pub struct AVSampleCursorSyncInfo {
pub sampleIsFullSync: Bool,
pub sampleIsPartialSync: Bool,
pub sampleIsDroppable: Bool,
}Available on crate feature
AVSampleCursor only.Expand description
A struct for describing attributes of a media sample for consideration when resynchronizing a decoder. Field: sampleIsFullSync Indicates whether the sample is a full sync sample, also known as an Instantaneous Decoder Refresh sample, and is sufficient in itself to completely resynchronize a decoder. Field: sampleIsPartialSync Indicates whether the sample is a partial sync sample. Field: sampleIsDroppable Indicates whether the sample is droppable.
See also Apple’s documentation
Fields§
§sampleIsFullSync: Bool§sampleIsPartialSync: Bool§sampleIsDroppable: BoolTrait Implementations§
Source§impl Clone for AVSampleCursorSyncInfo
impl Clone for AVSampleCursorSyncInfo
Source§fn clone(&self) -> AVSampleCursorSyncInfo
fn clone(&self) -> AVSampleCursorSyncInfo
Returns a duplicate 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 AVSampleCursorSyncInfo
impl Debug for AVSampleCursorSyncInfo
Source§impl Encode for AVSampleCursorSyncInfo
impl Encode for AVSampleCursorSyncInfo
Source§impl PartialEq for AVSampleCursorSyncInfo
impl PartialEq for AVSampleCursorSyncInfo
Source§impl RefEncode for AVSampleCursorSyncInfo
impl RefEncode for AVSampleCursorSyncInfo
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AVSampleCursorSyncInfo
impl StructuralPartialEq for AVSampleCursorSyncInfo
Auto Trait Implementations§
impl Freeze for AVSampleCursorSyncInfo
impl RefUnwindSafe for AVSampleCursorSyncInfo
impl Send for AVSampleCursorSyncInfo
impl Sync for AVSampleCursorSyncInfo
impl Unpin for AVSampleCursorSyncInfo
impl UnwindSafe for AVSampleCursorSyncInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.