FFmpeg
Data Fields
SndioData Struct Reference

#include <sndio.h>

Data Fields

AVClassclass
 
struct sio_hdl * hdl
 
enum AVCodecID codec_id
 
int64_t hwpos
 
int64_t softpos
 
uint8_t * buffer
 
int bps
 
int buffer_size
 
int buffer_offset
 
int channels
 
int sample_rate
 

Detailed Description

Definition at line 31 of file sndio.h.

Field Documentation

◆ class

AVClass* SndioData::class

Definition at line 32 of file sndio.h.

◆ hdl

struct sio_hdl* SndioData::hdl

Definition at line 33 of file sndio.h.

◆ codec_id

enum AVCodecID SndioData::codec_id

Definition at line 34 of file sndio.h.

◆ hwpos

int64_t SndioData::hwpos

Definition at line 35 of file sndio.h.

◆ softpos

int64_t SndioData::softpos

Definition at line 36 of file sndio.h.

◆ buffer

uint8_t* SndioData::buffer

Definition at line 37 of file sndio.h.

◆ bps

int SndioData::bps

Definition at line 38 of file sndio.h.

◆ buffer_size

int SndioData::buffer_size

Definition at line 39 of file sndio.h.

◆ buffer_offset

int SndioData::buffer_offset

Definition at line 40 of file sndio.h.

◆ channels

int SndioData::channels

Definition at line 41 of file sndio.h.

◆ sample_rate

int SndioData::sample_rate

Definition at line 42 of file sndio.h.


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