Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_ari_bridges_play_args Struct Reference

#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
 

Detailed Description

Argument struct for ast_ari_bridges_play()

Definition at line 279 of file resource_bridges.h.

Field Documentation

◆ bridge_id

const char* bridge_id

Bridge's id

Definition at line 281 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), and ast_ari_bridges_play_cb().

◆ lang

const char* lang

For sounds, selects language for sound.

Definition at line 289 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), ast_ari_bridges_play_cb(), and ast_ari_bridges_play_parse_body().

◆ media

const char** media

Array of Media URIs to play.

Definition at line 283 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), ast_ari_bridges_play_cb(), and ast_ari_bridges_play_parse_body().

◆ media_count

size_t media_count

Length of media array.

Definition at line 285 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), ast_ari_bridges_play_cb(), and ast_ari_bridges_play_parse_body().

◆ media_parse

char* media_parse

Parsing context for media.

Definition at line 287 of file resource_bridges.h.

Referenced by ast_ari_bridges_play_cb().

◆ offsetms

int offsetms

Number of milliseconds to skip before playing. Only applies to the first URI if multiple media URIs are specified.

Definition at line 291 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), ast_ari_bridges_play_cb(), and ast_ari_bridges_play_parse_body().

◆ playback_id

const char* playback_id

Playback Id.

Definition at line 295 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), ast_ari_bridges_play_cb(), and ast_ari_bridges_play_parse_body().

◆ skipms

int skipms

Number of milliseconds to skip for forward/reverse operations.

Definition at line 293 of file resource_bridges.h.

Referenced by ast_ari_bridges_play(), ast_ari_bridges_play_cb(), and ast_ari_bridges_play_parse_body().


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