FFmpeg
|
Data Fields | |
AVClass * | class |
char * | server |
char * | name |
char * | stream_name |
int | sample_rate |
int | channels |
int | frame_size |
int | fragment_size |
pa_simple * | s |
int64_t | pts |
int64_t | frame_duration |
char* PulseData::server |
Definition at line 40 of file pulse.c.
Referenced by pulse_read_header().
char* PulseData::name |
Definition at line 41 of file pulse.c.
Referenced by pulse_read_header().
char* PulseData::stream_name |
Definition at line 42 of file pulse.c.
Referenced by pulse_read_header().
int PulseData::sample_rate |
Definition at line 43 of file pulse.c.
Referenced by pulse_read_header().
int PulseData::channels |
Definition at line 44 of file pulse.c.
Referenced by pulse_read_header().
int PulseData::frame_size |
Definition at line 45 of file pulse.c.
Referenced by pulse_read_header(), and pulse_read_packet().
int PulseData::fragment_size |
Definition at line 46 of file pulse.c.
Referenced by pulse_read_header().
pa_simple* PulseData::s |
Definition at line 47 of file pulse.c.
Referenced by pulse_close(), pulse_read_header(), and pulse_read_packet().
int64_t PulseData::pts |
Definition at line 48 of file pulse.c.
Referenced by pulse_read_header(), and pulse_read_packet().
int64_t PulseData::frame_duration |
Definition at line 49 of file pulse.c.
Referenced by pulse_read_header(), and pulse_read_packet().