FFmpeg
Data Fields
AVFifoBuffer Struct Reference

#include <fifo.h>

Data Fields

uint8_t * buffer
 
uint8_t * rptr
 
uint8_t * wptr
 
uint8_t * end
 
uint32_t rndx
 
uint32_t wndx
 

Detailed Description

Definition at line 244 of file fifo.h.

Field Documentation

◆ buffer

uint8_t* AVFifoBuffer::buffer

Definition at line 245 of file fifo.h.

◆ rptr

uint8_t* AVFifoBuffer::rptr

Definition at line 246 of file fifo.h.

◆ wptr

uint8_t * AVFifoBuffer::wptr

Definition at line 246 of file fifo.h.

◆ end

uint8_t * AVFifoBuffer::end

Definition at line 246 of file fifo.h.

◆ rndx

uint32_t AVFifoBuffer::rndx

Definition at line 247 of file fifo.h.

◆ wndx

uint32_t AVFifoBuffer::wndx

Definition at line 247 of file fifo.h.


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