Miam-Player  0.8.0
A nice music player
AVFrameSideData Struct Reference

#include <frame.h>

Public Attributes

enum AVFrameSideDataType type
 
uint8_t * data
 
int size
 
AVDictionarymetadata
 
AVBufferRefbuf
 

Detailed Description

Structure to hold side data for an AVFrame.

sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added to the end with a minor bump.

Member Data Documentation

◆ buf

AVBufferRef* AVFrameSideData::buf

◆ data

uint8_t* AVFrameSideData::data

◆ metadata

AVDictionary* AVFrameSideData::metadata

◆ size

int AVFrameSideData::size

◆ type

enum AVFrameSideDataType AVFrameSideData::type

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