FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PulseData Struct Reference

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
 
const char * server
 
const char * name
 
const char * stream_name
 
const char * device
 
pa_simple * pa
 
int64_t timestamp
 
int buffer_size
 
int buffer_duration
 

Detailed Description

Definition at line 38 of file pulse_audio_dec.c.

Field Documentation

AVClass * PulseData::class

Definition at line 39 of file pulse_audio_dec.c.

char* PulseData::server

Definition at line 40 of file pulse_audio_dec.c.

Referenced by pulse_read_header(), and pulse_write_header().

char* PulseData::name

Definition at line 41 of file pulse_audio_dec.c.

Referenced by pulse_read_header(), and pulse_write_header().

char* PulseData::stream_name

Definition at line 42 of file pulse_audio_dec.c.

Referenced by pulse_read_header(), and pulse_write_header().

int PulseData::sample_rate

Definition at line 43 of file pulse_audio_dec.c.

Referenced by pulse_read_header().

int PulseData::channels

Definition at line 44 of file pulse_audio_dec.c.

Referenced by pulse_read_header().

int PulseData::frame_size

Definition at line 45 of file pulse_audio_dec.c.

Referenced by pulse_read_header(), and pulse_read_packet().

int PulseData::fragment_size

Definition at line 46 of file pulse_audio_dec.c.

Referenced by pulse_read_header().

pa_simple* PulseData::s

Definition at line 47 of file pulse_audio_dec.c.

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

int64_t PulseData::pts

Definition at line 48 of file pulse_audio_dec.c.

Referenced by pulse_read_header(), and pulse_read_packet().

int64_t PulseData::frame_duration

Definition at line 49 of file pulse_audio_dec.c.

Referenced by pulse_read_header(), and pulse_read_packet().

const char* PulseData::server

Definition at line 32 of file pulse_audio_enc.c.

const char* PulseData::name

Definition at line 33 of file pulse_audio_enc.c.

const char* PulseData::stream_name

Definition at line 34 of file pulse_audio_enc.c.

const char* PulseData::device

Definition at line 35 of file pulse_audio_enc.c.

Referenced by pulse_write_header().

pa_simple* PulseData::pa
int64_t PulseData::timestamp

Definition at line 37 of file pulse_audio_enc.c.

Referenced by pulse_get_output_timestamp(), and pulse_write_packet().

int PulseData::buffer_size

Definition at line 38 of file pulse_audio_enc.c.

Referenced by pulse_write_header().

int PulseData::buffer_duration

Definition at line 39 of file pulse_audio_enc.c.

Referenced by pulse_write_header().


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