Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | id |
const ast_string_field | language |
const ast_string_field | media |
const ast_string_field | target |
Playback control object for res_stasis
Definition at line 68 of file res_stasis_playback.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 74 of file res_stasis_playback.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 74 of file res_stasis_playback.c.
const ast_string_field id |
Playback unique id
Definition at line 74 of file res_stasis_playback.c.
Referenced by Model::load(), play_uri(), playback_cmp(), playback_hash(), stasis_app_playback_get_id(), and stasis_app_playback_to_json().
const ast_string_field language |
Preferred language
Definition at line 74 of file res_stasis_playback.c.
Referenced by play_on_channel(), and stasis_app_playback_to_json().
const ast_string_field media |
The current media playing
Definition at line 74 of file res_stasis_playback.c.
Referenced by play_on_channel(), playback_dtor(), playback_final_update(), playback_first_update(), and stasis_app_playback_to_json().
const ast_string_field target |
Playback device uri
Definition at line 74 of file res_stasis_playback.c.
Referenced by set_target_uri(), and stasis_app_playback_to_json().