#[repr(u32)]pub enum AVStreamGroupParamsType {
AV_STREAM_GROUP_PARAMS_NONE = 0,
AV_STREAM_GROUP_PARAMS_IAMF_AUDIO_ELEMENT = 1,
AV_STREAM_GROUP_PARAMS_IAMF_MIX_PRESENTATION = 2,
AV_STREAM_GROUP_PARAMS_TILE_GRID = 3,
AV_STREAM_GROUP_PARAMS_LCEVC = 4,
}
Variants§
AV_STREAM_GROUP_PARAMS_NONE = 0
AV_STREAM_GROUP_PARAMS_IAMF_AUDIO_ELEMENT = 1
AV_STREAM_GROUP_PARAMS_IAMF_MIX_PRESENTATION = 2
AV_STREAM_GROUP_PARAMS_TILE_GRID = 3
AV_STREAM_GROUP_PARAMS_LCEVC = 4
Trait Implementations§
Source§impl Clone for AVStreamGroupParamsType
impl Clone for AVStreamGroupParamsType
Source§fn clone(&self) -> AVStreamGroupParamsType
fn clone(&self) -> AVStreamGroupParamsType
Returns a copy 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 AVStreamGroupParamsType
impl Debug for AVStreamGroupParamsType
Source§impl Hash for AVStreamGroupParamsType
impl Hash for AVStreamGroupParamsType
Source§impl PartialEq for AVStreamGroupParamsType
impl PartialEq for AVStreamGroupParamsType
impl Copy for AVStreamGroupParamsType
impl Eq for AVStreamGroupParamsType
impl StructuralPartialEq for AVStreamGroupParamsType
Auto Trait Implementations§
impl Freeze for AVStreamGroupParamsType
impl RefUnwindSafe for AVStreamGroupParamsType
impl Send for AVStreamGroupParamsType
impl Sync for AVStreamGroupParamsType
impl Unpin for AVStreamGroupParamsType
impl UnwindSafe for AVStreamGroupParamsType
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