FFmpeg  4.0
Data Fields
SndioData Struct Reference

#include <libavdevice/sndio.h>

Data Fields

AVClassclass
 
struct sio_hdl * hdl
 
enum AVCodecID codec_id
 
int64_t hwpos
 
int64_t softpos
 
uint8_tbuffer
 
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

◆ codec_id

enum AVCodecID SndioData::codec_id

Definition at line 34 of file sndio.h.

Referenced by audio_read_header(), and ff_sndio_open().

◆ hwpos

int64_t SndioData::hwpos

Definition at line 35 of file sndio.h.

Referenced by audio_read_packet(), and movecb().

◆ softpos

int64_t SndioData::softpos

Definition at line 36 of file sndio.h.

Referenced by audio_read_packet(), and audio_write_packet().

◆ buffer

uint8_t* SndioData::buffer

Definition at line 37 of file sndio.h.

Referenced by audio_write_packet(), audio_write_trailer(), ff_sndio_close(), and ff_sndio_open().

◆ bps

int SndioData::bps

Definition at line 38 of file sndio.h.

Referenced by audio_read_packet(), ff_sndio_open(), and movecb().

◆ buffer_size

int SndioData::buffer_size

Definition at line 39 of file sndio.h.

Referenced by audio_read_packet(), audio_write_packet(), and ff_sndio_open().

◆ buffer_offset

int SndioData::buffer_offset

Definition at line 40 of file sndio.h.

Referenced by audio_write_packet(), and audio_write_trailer().

◆ channels

int SndioData::channels

◆ sample_rate

int SndioData::sample_rate

Definition at line 42 of file sndio.h.

Referenced by audio_read_header(), audio_read_packet(), audio_write_header(), and ff_sndio_open().


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