Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
chan_alsa_pvt Struct Reference
Collaboration diagram for chan_alsa_pvt:
Collaboration graph
[legend]

Data Fields

char context [AST_MAX_CONTEXT]
 
char exten [AST_MAX_EXTENSION]
 
snd_pcm_t * icard
 
snd_pcm_t * ocard
 
struct ast_channelowner
 

Detailed Description

Definition at line 123 of file chan_alsa.c.

Field Documentation

◆ context

char context[AST_MAX_CONTEXT]

Definition at line 128 of file chan_alsa.c.

Referenced by alsa_new(), console_dial(), and load_module().

◆ exten

char exten[AST_MAX_EXTENSION]

Definition at line 127 of file chan_alsa.c.

Referenced by alsa_new(), console_dial(), and load_module().

◆ icard

snd_pcm_t* icard

◆ ocard

snd_pcm_t * ocard

Definition at line 129 of file chan_alsa.c.

Referenced by alsa_write(), soundcard_init(), and unload_module().

◆ owner

struct ast_channel* owner

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