Asterisk - The Open Source Telephony Project
21.4.1
|
#include <stream.h>
The structure that makes up a codec negotiation preference object
What to keep after the operation is performed
Definition at line 298 of file stream.h.
Referenced by ast_stream_codec_prefs_parse(), ast_stream_codec_prefs_to_str(), and ast_stream_create_resolved().
enum ast_stream_codec_negotiation_prefs_operation_values operation |
The operation to perform on the lists
Definition at line 296 of file stream.h.
Referenced by ast_stream_codec_prefs_parse(), ast_stream_codec_prefs_to_str(), and ast_stream_create_resolved().
enum ast_stream_codec_negotiation_prefs_prefer_values prefer |
Which codec list to prefer
Definition at line 294 of file stream.h.
Referenced by ast_stream_codec_prefs_parse(), ast_stream_codec_prefs_to_str(), and ast_stream_create_resolved().
enum ast_stream_codec_negotiation_prefs_transcode_values transcode |
To allow or prevent transcoding
Definition at line 300 of file stream.h.
Referenced by ast_stream_codec_prefs_parse(), and ast_stream_codec_prefs_to_str().