#include <sndio_common.h>
Data Fields | |
AVClass * | class |
struct sio_hdl * | hdl |
enum CodecID | codec_id |
int64_t | hwpos |
int64_t | softpos |
uint8_t * | buffer |
int | bps |
int | buffer_size |
int | buffer_offset |
int | channels |
int | sample_rate |
Definition at line 31 of file sndio_common.h.
int SndioData::bps |
Definition at line 38 of file sndio_common.h.
Referenced by audio_read_packet(), ff_sndio_open(), and movecb().
uint8_t* SndioData::buffer |
Definition at line 37 of file sndio_common.h.
Referenced by audio_write_packet(), audio_write_trailer(), ff_sndio_close(), and ff_sndio_open().
Definition at line 40 of file sndio_common.h.
Referenced by audio_write_packet(), and audio_write_trailer().
Definition at line 39 of file sndio_common.h.
Referenced by audio_read_packet(), audio_write_packet(), and ff_sndio_open().
Definition at line 41 of file sndio_common.h.
Referenced by audio_read_header(), audio_read_packet(), audio_write_header(), ff_sndio_open(), and movecb().
Definition at line 32 of file sndio_common.h.
Definition at line 34 of file sndio_common.h.
Referenced by audio_read_header(), and ff_sndio_open().
struct sio_hdl* SndioData::hdl [read] |
Definition at line 33 of file sndio_common.h.
Referenced by audio_read_packet(), audio_write_packet(), audio_write_trailer(), ff_sndio_close(), and ff_sndio_open().
int64_t SndioData::hwpos |
Definition at line 42 of file sndio_common.h.
Referenced by audio_read_header(), audio_read_packet(), audio_write_header(), and ff_sndio_open().
int64_t SndioData::softpos |
Definition at line 36 of file sndio_common.h.
Referenced by audio_read_packet(), and audio_write_packet().