#include <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 |
Definition at line 374 of file frame.h.
int bits |
bitmask value
Definition at line 376 of file frame.h.
Referenced by ast_codec_choose(), ast_codec_pref_getsize(), ast_codec_pref_index(), ast_getformatname(), ast_getformatname_multiple(), handle_open_receive_channel_ack_message(), and transmit_connect().
int cur_ms |
Current value
Definition at line 385 of file frame.h.
Referenced by add_codec_to_sdp(), ast_rtp_bridge(), ast_rtp_codec_setpref(), ast_rtp_write(), handle_open_receive_channel_ack_message(), and transmit_connect().
unsigned int flags |
Smoother flags
Definition at line 384 of file frame.h.
Referenced by ast_rtp_codec_setpref(), and ast_rtp_write().
int fr_len |
Single frame length in bytes
Definition at line 379 of file frame.h.
Referenced by ast_rtp_codec_setpref(), and ast_rtp_write().
int inc_ms |
Increment
Definition at line 382 of file frame.h.
Referenced by ast_rtp_codec_setpref(), and ast_rtp_write().
int visible |
Can we see this entry
Definition at line 375 of file frame.h.
Referenced by ast_getformatname(), and ast_getformatname_multiple().