Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_bridges.h>
Data Fields | |
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 319 of file resource_bridges.h.
const char* bridge_id |
Bridge's id
Definition at line 321 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), and ast_ari_bridges_play_with_id_cb().
const char* lang |
For sounds, selects language for sound.
Definition at line 331 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), ast_ari_bridges_play_with_id_cb(), and ast_ari_bridges_play_with_id_parse_body().
const char** media |
Array of Media URIs to play.
Definition at line 325 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), ast_ari_bridges_play_with_id_cb(), and ast_ari_bridges_play_with_id_parse_body().
size_t media_count |
Length of media array.
Definition at line 327 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), ast_ari_bridges_play_with_id_cb(), and ast_ari_bridges_play_with_id_parse_body().
char* media_parse |
Parsing context for media.
Definition at line 329 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id_cb().
int offsetms |
Number of milliseconds to skip before playing. Only applies to the first URI if multiple media URIs are specified.
Definition at line 333 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), ast_ari_bridges_play_with_id_cb(), and ast_ari_bridges_play_with_id_parse_body().
const char* playback_id |
Playback ID.
Definition at line 323 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), and ast_ari_bridges_play_with_id_cb().
int skipms |
Number of milliseconds to skip for forward/reverse operations.
Definition at line 335 of file resource_bridges.h.
Referenced by ast_ari_bridges_play_with_id(), ast_ari_bridges_play_with_id_cb(), and ast_ari_bridges_play_with_id_parse_body().