mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-8909 #resolve [Add feature to play background video while recording inbound video]
This commit is contained in:
@@ -289,6 +289,8 @@ struct switch_file_interface {
|
||||
switch_status_t (*file_set_string) (switch_file_handle_t *fh, switch_audio_col_t col, const char *string);
|
||||
/*! function to get meta data */
|
||||
switch_status_t (*file_get_string) (switch_file_handle_t *fh, switch_audio_col_t col, const char **string);
|
||||
/*! function to control the underlying tech of the file */
|
||||
switch_status_t (*file_command) (switch_file_handle_t *fh, switch_file_command_t command);
|
||||
/*! list of supported file extensions */
|
||||
char **extens;
|
||||
switch_thread_rwlock_t *rwlock;
|
||||
|
||||
Reference in New Issue
Block a user