| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#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(), ast_stream_create_resolved(), and codec_prefs_handler().
| 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(), ast_stream_create_resolved(), and codec_prefs_handler().
| 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(), ast_stream_create_resolved(), and codec_prefs_handler().
| 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(), ast_stream_codec_prefs_to_str(), and codec_prefs_handler().