Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


codec_dahdi_pvt Struct Reference

Data Fields

unsigned int fake:2
 
int fd
 
struct dahdi_transcoder_formats fmts
 
uint16_t required_samples
 
uint16_t samples_in_buffer
 
uint16_t samples_written_to_hardware
 
unsigned int softslin:1
 
uint8_t ulaw_buffer [1024]
 

Detailed Description

Definition at line 86 of file codec_dahdi.c.

Field Documentation

unsigned int fake
struct dahdi_transcoder_formats fmts

Definition at line 88 of file codec_dahdi.c.

Referenced by dahdi_destroy(), and dahdi_translate().

uint16_t required_samples
uint16_t samples_in_buffer

Definition at line 92 of file codec_dahdi.c.

Referenced by dahdi_encoder_framein(), and lintoulaw().

uint16_t samples_written_to_hardware
unsigned int softslin

Definition at line 89 of file codec_dahdi.c.

Referenced by dahdi_decoder_frameout(), dahdi_encoder_framein(), and dahdi_translate().

uint8_t ulaw_buffer[1024]

Definition at line 94 of file codec_dahdi.c.

Referenced by dahdi_decoder_frameout(), dahdi_encoder_framein(), lintoulaw(), and ulawtolin().


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