Asterisk - The Open Source Telephony Project GIT-master-0644429
|
Data Fields | |
int | final |
struct { | |
size_t current | |
struct ast_stream ** elems | |
size_t max | |
} | streams |
A vector of all the streams in this topology. More... | |
struct ast_stream* * elems |
int final |
Indicates that this topology should not have further operations applied to it.
Definition at line 129 of file stream.c.
Referenced by ast_stream_topology_to_str().
struct { ... } streams |
A vector of all the streams in this topology.
Referenced by ast_stream_topology_alloc(), ast_stream_topology_append_stream(), ast_stream_topology_clone(), ast_stream_topology_create_resolved(), ast_stream_topology_del_stream(), ast_stream_topology_get_active_count(), ast_stream_topology_get_count(), ast_stream_topology_get_first_stream_by_type(), ast_stream_topology_get_formats_by_type(), ast_stream_topology_get_stream(), ast_stream_topology_set_stream(), ast_stream_topology_to_str(), and stream_topology_destroy().