Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char * | absolute_name |
struct stasis_app_control * | control |
struct { | |
int energy_only | |
int total | |
} | duration |
int | muted:1 |
struct stasis_app_recording_options * | options |
enum stasis_app_recording_state | state |
Definition at line 53 of file res_stasis_recording.c.
char* absolute_name |
Absolute path (minus extension) of the recording
Definition at line 57 of file res_stasis_recording.c.
Referenced by record_file(), recording_cancel(), recording_dtor(), and stasis_app_control_record().
struct stasis_app_control* control |
Control object for the channel we're recording
Definition at line 59 of file res_stasis_recording.c.
Referenced by recording_cancel(), recording_dtor(), recording_mute(), recording_pause(), recording_publish(), recording_stop(), recording_unmute(), recording_unpause(), and stasis_app_control_record().
struct { ... } duration |
Duration calculations
Referenced by record_file(), stasis_app_control_record(), and stasis_app_recording_to_json().
int energy_only |
Duration minus any silence
Definition at line 67 of file res_stasis_recording.c.
Referenced by record_file(), stasis_app_control_record(), and stasis_app_recording_to_json().
int muted |
Indicates whether the recording is currently muted
Definition at line 70 of file res_stasis_recording.c.
Referenced by recording_mute(), and recording_unmute().
struct stasis_app_recording_options* options |
Recording options.
Definition at line 55 of file res_stasis_recording.c.
Referenced by record_file(), recording_cmp(), recording_dtor(), recording_hash(), recording_options_dtor(), stasis_app_control_record(), stasis_app_recording_get_name(), stasis_app_recording_options_create(), and stasis_app_recording_to_json().
Current state of the recording.
Definition at line 61 of file res_stasis_recording.c.
Referenced by recording_cancel(), recording_disregard(), recording_pause(), recording_set_state(), recording_stop(), recording_unpause(), stasis_app_control_record(), stasis_app_recording_get_state(), stasis_app_recording_operation(), and stasis_app_recording_to_json().
int total |
Total duration
Definition at line 65 of file res_stasis_recording.c.
Referenced by record_file(), stasis_app_control_record(), and stasis_app_recording_to_json().