|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#include <resource_bridges.h>
Data Fields | |
| const char * | announcer_format |
| const char * | bridge_id |
| const char * | lang |
| const char ** | media |
| size_t | media_count |
| char * | media_parse |
| int | offsetms |
| const char * | playback_id |
| int | skipms |
Argument struct for ast_ari_bridges_play_with_id()
Definition at line 437 of file resource_bridges.h.
| const char* announcer_format |
Format of the 'Anouncer' channel attached to the bridge. Defaults to the format of the channel in the bridge with the highest sampe rate.
Definition at line 449 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 439 of file resource_bridges.h.
| const char* lang |
For sounds, selects language for sound.
Definition at line 451 of file resource_bridges.h.
| const char** media |
Array of Media URIs to play.
Definition at line 443 of file resource_bridges.h.
| size_t media_count |
Length of media array.
Definition at line 445 of file resource_bridges.h.
| char* media_parse |
Parsing context for media.
Definition at line 447 of file resource_bridges.h.
| int offsetms |
Number of milliseconds to skip before playing. Only applies to the first URI if multiple media URIs are specified.
Definition at line 453 of file resource_bridges.h.
| const char* playback_id |
Playback ID.
Definition at line 441 of file resource_bridges.h.
| int skipms |
Number of milliseconds to skip for forward/reverse operations.
Definition at line 455 of file resource_bridges.h.