mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add ability to read from a stream
do not use this unless you understand what you are doing and you want to take the risk, you are warnned
This commit is contained in:
@@ -91,6 +91,7 @@ struct switch_state_handler_table {
|
||||
};
|
||||
|
||||
struct switch_stream_handle {
|
||||
switch_stream_handle_read_function_t read_function;
|
||||
switch_stream_handle_write_function_t write_function;
|
||||
switch_stream_handle_raw_write_function_t raw_write_function;
|
||||
void *data;
|
||||
|
||||
Reference in New Issue
Block a user