#[repr(C)]pub struct AACENC_MetaData {Show 13 fields
pub drc_profile: AACENC_METADATA_DRC_PROFILE,
pub comp_profile: AACENC_METADATA_DRC_PROFILE,
pub drc_TargetRefLevel: INT,
pub comp_TargetRefLevel: INT,
pub prog_ref_level_present: INT,
pub prog_ref_level: INT,
pub PCE_mixdown_idx_present: UCHAR,
pub ETSI_DmxLvl_present: UCHAR,
pub centerMixLevel: SCHAR,
pub surroundMixLevel: SCHAR,
pub dolbySurroundMode: UCHAR,
pub drcPresentationMode: UCHAR,
pub ExtMetaData: AACENC_ExtMetaData,
}Fields§
§drc_profile: AACENC_METADATA_DRC_PROFILE§comp_profile: AACENC_METADATA_DRC_PROFILE§drc_TargetRefLevel: INT§comp_TargetRefLevel: INT§prog_ref_level_present: INT§prog_ref_level: INT§PCE_mixdown_idx_present: UCHAR§ETSI_DmxLvl_present: UCHAR§centerMixLevel: SCHAR§surroundMixLevel: SCHAR§dolbySurroundMode: UCHAR§drcPresentationMode: UCHAR§ExtMetaData: AACENC_ExtMetaDataTrait Implementations§
Source§impl Clone for AACENC_MetaData
impl Clone for AACENC_MetaData
Source§fn clone(&self) -> AACENC_MetaData
fn clone(&self) -> AACENC_MetaData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AACENC_MetaData
Source§impl Debug for AACENC_MetaData
impl Debug for AACENC_MetaData
Auto Trait Implementations§
impl Freeze for AACENC_MetaData
impl RefUnwindSafe for AACENC_MetaData
impl Send for AACENC_MetaData
impl Sync for AACENC_MetaData
impl Unpin for AACENC_MetaData
impl UnsafeUnpin for AACENC_MetaData
impl UnwindSafe for AACENC_MetaData
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