Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_format_list Struct Reference

#include <frame.h>


Detailed Description

Definition of supported media formats (codecs).

Definition at line 363 of file frame.h.

Data Fields

int bits
int cur_ms
int def_ms
char * desc
unsigned int flags
int fr_len
int inc_ms
int max_ms
int min_ms
char * name
int visible


Field Documentation

int bits
 

bitmask value

Definition at line 365 of file frame.h.

Referenced by ast_codec_choose(), ast_codec_pref_index(), ast_getformatname(), and ast_getformatname_multiple().

int cur_ms
 

Current value

Definition at line 374 of file frame.h.

int def_ms
 

Default value

Definition at line 372 of file frame.h.

char* desc
 

Description

Definition at line 367 of file frame.h.

unsigned int flags
 

Smoother flags

Definition at line 373 of file frame.h.

int fr_len
 

Single frame length in bytes

Definition at line 368 of file frame.h.

int inc_ms
 

Increment

Definition at line 371 of file frame.h.

int max_ms
 

Max value

Definition at line 370 of file frame.h.

int min_ms
 

Min value

Definition at line 369 of file frame.h.

char* name
 

short name

Definition at line 366 of file frame.h.

int visible
 

Can we see this entry

Definition at line 364 of file frame.h.

Referenced by ast_getformatname(), and ast_getformatname_multiple().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen