mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-17 17:51:59 +00:00
FS-7503: store stream name so same module can handle mutiple stream interfaces
This commit is contained in:
committed by
Michael Jerris
parent
517a6d4ab7
commit
c040b0ff0d
@@ -359,6 +359,7 @@ struct switch_file_handle {
|
||||
switch_event_t *params;
|
||||
uint32_t cur_channels;
|
||||
uint32_t cur_samplerate;
|
||||
char *stream_name;
|
||||
};
|
||||
|
||||
/*! \brief Abstract interface to an asr module */
|
||||
|
||||
Reference in New Issue
Block a user