Miam-Player  0.8.0
A nice music player
AVBufferRef Struct Reference

#include <buffer.h>

Public Attributes

AVBufferbuffer
 
uint8_t * data
 
int size
 

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.

Member Data Documentation

AVBuffer* AVBufferRef::buffer
uint8_t* AVBufferRef::data

The data buffer. It is considered writable if and only if this is the only reference to the buffer, in which case av_buffer_is_writable() returns 1.

int AVBufferRef::size

Size of data in bytes.


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