FFmpeg
Data Fields
AVSideDataDescriptor Struct Reference

This struct describes the properties of a side data type. More...

#include <frame.h>

Data Fields

const char * name
 Human-readable side data description. More...
 
unsigned props
 Side data property flags, a combination of AVSideDataProps values. More...
 

Detailed Description

This struct describes the properties of a side data type.

Its instance corresponding to a given type can be obtained from av_frame_side_data_desc().

Definition at line 277 of file frame.h.

Field Documentation

◆ name

const char* AVSideDataDescriptor::name

Human-readable side data description.

Definition at line 281 of file frame.h.

◆ props

unsigned AVSideDataDescriptor::props

Side data property flags, a combination of AVSideDataProps values.

Definition at line 286 of file frame.h.


The documentation for this struct was generated from the following file: