Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
stasis_app_stored_recording Struct Reference
Collaboration diagram for stasis_app_stored_recording:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field file
 
const ast_string_field file_with_ext
 
const char * format
 
const ast_string_field name
 

Detailed Description

Definition at line 36 of file stored.c.

Field Documentation

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 41 of file stored.c.

◆ file

const ast_string_field file

Absolute filename, without extension; for use with streamfile

Definition at line 41 of file stored.c.

Referenced by find_recording(), handle_scan_file(), stasis_app_stored_recording_find_by_name(), and stasis_app_stored_recording_get_file().

◆ file_with_ext

const ast_string_field file_with_ext

Absolute filename, with extension; for use with everything else

Definition at line 41 of file stored.c.

Referenced by handle_scan_file(), stasis_app_stored_recording_find_by_name(), stasis_app_stored_recording_get_filename(), and stasis_app_stored_recording_to_json().

◆ format

const char* format

Format name (i.e. filename extension)

Definition at line 41 of file stored.c.

Referenced by handle_scan_file(), stasis_app_stored_recording_get_extension(), and stasis_app_stored_recording_to_json().

◆ name

const ast_string_field name

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