#[repr(C)]pub struct AudioCodecPrimeInfo {
pub leadingFrames: u32,
pub trailingFrames: u32,
}
Available on crate feature
AudioCodec
only.Expand description
Specifies the number of leading and trailing empty frames which have to be inserted.
An unsigned integer specifying the number of leading empty frames
An unsigned integer specifying the number of trailing empty frames
See also Apple’s documentation
Fields§
§leadingFrames: u32
§trailingFrames: u32
Trait Implementations§
Source§impl Clone for AudioCodecPrimeInfo
impl Clone for AudioCodecPrimeInfo
Source§fn clone(&self) -> AudioCodecPrimeInfo
fn clone(&self) -> AudioCodecPrimeInfo
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 AudioCodecPrimeInfo
impl Debug for AudioCodecPrimeInfo
Source§impl Encode for AudioCodecPrimeInfo
impl Encode for AudioCodecPrimeInfo
Source§impl PartialEq for AudioCodecPrimeInfo
impl PartialEq for AudioCodecPrimeInfo
Source§impl RefEncode for AudioCodecPrimeInfo
impl RefEncode for AudioCodecPrimeInfo
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 AudioCodecPrimeInfo
impl StructuralPartialEq for AudioCodecPrimeInfo
Auto Trait Implementations§
impl Freeze for AudioCodecPrimeInfo
impl RefUnwindSafe for AudioCodecPrimeInfo
impl Send for AudioCodecPrimeInfo
impl Sync for AudioCodecPrimeInfo
impl Unpin for AudioCodecPrimeInfo
impl UnwindSafe for AudioCodecPrimeInfo
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.