Libav
Data Fields
AVBufferRef Struct Reference

A reference to a data buffer. More...

#include <buffer.h>

Data Fields

AVBufferbuffer
 
uint8_tdata
 The data buffer. More...
 
int size
 Size of data in bytes. More...
 

Detailed Description

A reference to a data buffer.

The size of this struct is not a part of the public ABI and it is not meant to be allocated directly.

Definition at line 81 of file buffer.h.

Field Documentation

§ buffer

AVBuffer* AVBufferRef::buffer

§ data

uint8_t* AVBufferRef::data

§ size

int AVBufferRef::size

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