Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
ast_stream_topology Struct Reference
Collaboration diagram for ast_stream_topology:
Collaboration graph
[legend]

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.
 

Detailed Description

Definition at line 123 of file stream.c.

Field Documentation

◆ current

size_t current

Definition at line 127 of file stream.c.

◆ elems

struct ast_stream* * elems

Definition at line 127 of file stream.c.

◆ final

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

◆ max

size_t max

Definition at line 127 of file stream.c.

◆ [struct]

struct { ... } streams

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