| FFmpeg
    | 
#include <sndio_common.h>

| Data Fields | |
| AVClass * | class | 
| 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_common.h.
Field Documentation
| 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().
| int SndioData::buffer_offset | 
Definition at line 40 of file sndio_common.h.
Referenced by audio_write_packet(), and audio_write_trailer().
| int SndioData::buffer_size | 
Definition at line 39 of file sndio_common.h.
Referenced by audio_read_packet(), audio_write_packet(), and ff_sndio_open().
| int SndioData::channels | 
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().
| AVClass* SndioData::class | 
Definition at line 32 of file sndio_common.h.
| enum AVCodecID SndioData::codec_id | 
Definition at line 34 of file sndio_common.h.
Referenced by audio_read_header(), and ff_sndio_open().
| struct sio_hdl* SndioData::hdl | 
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 35 of file sndio_common.h.
Referenced by audio_read_packet(), and movecb().
| int SndioData::sample_rate | 
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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11