#[repr(u32)]
pub enum AVFrameSideDataType {
Show 21 variants AV_FRAME_DATA_PANSCAN, AV_FRAME_DATA_A53_CC, AV_FRAME_DATA_STEREO3D, AV_FRAME_DATA_MATRIXENCODING, AV_FRAME_DATA_DOWNMIX_INFO, AV_FRAME_DATA_REPLAYGAIN, AV_FRAME_DATA_DISPLAYMATRIX, AV_FRAME_DATA_AFD, AV_FRAME_DATA_MOTION_VECTORS, AV_FRAME_DATA_SKIP_SAMPLES, AV_FRAME_DATA_AUDIO_SERVICE_TYPE, AV_FRAME_DATA_MASTERING_DISPLAY_METADATA, AV_FRAME_DATA_GOP_TIMECODE, AV_FRAME_DATA_SPHERICAL, AV_FRAME_DATA_CONTENT_LIGHT_LEVEL, AV_FRAME_DATA_ICC_PROFILE, AV_FRAME_DATA_QP_TABLE_PROPERTIES, AV_FRAME_DATA_QP_TABLE_DATA, AV_FRAME_DATA_S12M_TIMECODE, AV_FRAME_DATA_DYNAMIC_HDR_PLUS, AV_FRAME_DATA_REGIONS_OF_INTEREST,
}

Variants

AV_FRAME_DATA_PANSCAN

AV_FRAME_DATA_A53_CC

AV_FRAME_DATA_STEREO3D

AV_FRAME_DATA_MATRIXENCODING

AV_FRAME_DATA_DOWNMIX_INFO

AV_FRAME_DATA_REPLAYGAIN

AV_FRAME_DATA_DISPLAYMATRIX

AV_FRAME_DATA_AFD

AV_FRAME_DATA_MOTION_VECTORS

AV_FRAME_DATA_SKIP_SAMPLES

AV_FRAME_DATA_AUDIO_SERVICE_TYPE

AV_FRAME_DATA_MASTERING_DISPLAY_METADATA

AV_FRAME_DATA_GOP_TIMECODE

AV_FRAME_DATA_SPHERICAL

AV_FRAME_DATA_CONTENT_LIGHT_LEVEL

AV_FRAME_DATA_ICC_PROFILE

AV_FRAME_DATA_QP_TABLE_PROPERTIES

AV_FRAME_DATA_QP_TABLE_DATA

AV_FRAME_DATA_S12M_TIMECODE

AV_FRAME_DATA_DYNAMIC_HDR_PLUS

AV_FRAME_DATA_REGIONS_OF_INTEREST

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.