Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_stream_codec_negotiation_prefs Struct Reference

#include <stream.h>

Data Fields

enum ast_stream_codec_negotiation_prefs_keep_values keep
 
enum ast_stream_codec_negotiation_prefs_operation_values operation
 
enum ast_stream_codec_negotiation_prefs_prefer_values prefer
 
enum ast_stream_codec_negotiation_prefs_transcode_values transcode
 

Detailed Description

Since
18

The structure that makes up a codec negotiation preference object

Definition at line 292 of file stream.h.

Field Documentation

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().

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().

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().

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().


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