PulseData Struct Reference
Collaboration diagram for PulseData:
Collaboration graph

Data Fields

AVClassclass
 
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
 

Detailed Description

Definition at line 38 of file pulse.c.

Field Documentation

int PulseData::channels

Definition at line 44 of file pulse.c.

Referenced by pulse_read_header().

AVClass* PulseData::class

Definition at line 39 of file pulse.c.

int PulseData::fragment_size

Definition at line 46 of file pulse.c.

Referenced by pulse_read_header().

int64_t PulseData::frame_duration

Definition at line 49 of file pulse.c.

Referenced by pulse_read_header(), and pulse_read_packet().

int PulseData::frame_size

Definition at line 45 of file pulse.c.

Referenced by 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().

pa_simple* PulseData::s

Definition at line 47 of file pulse.c.

Referenced by pulse_close(), pulse_read_header(), and pulse_read_packet().

int PulseData::sample_rate

Definition at line 43 of file pulse.c.

Referenced by pulse_read_header().

char* PulseData::server

Definition at line 40 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().


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