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

AVBufferRef* AVFrameSideData::buf
uint8_t* AVFrameSideData::data
AVDictionary* AVFrameSideData::metadata
int AVFrameSideData::size
enum AVFrameSideDataType AVFrameSideData::type

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