FreeSWITCH API Documentation  1.7.0
Data Fields
switch_stream_handle Struct Reference

#include <switch_module_interfaces.h>

+ Collaboration diagram for switch_stream_handle:

Data Fields

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
 
void * end
 
switch_size_t data_size
 
switch_size_t data_len
 
switch_size_t alloc_len
 
switch_size_t alloc_chunk
 
switch_event_tparam_event
 

Detailed Description

Definition at line 93 of file switch_module_interfaces.h.

Field Documentation

switch_size_t switch_stream_handle::alloc_chunk

Definition at line 102 of file switch_module_interfaces.h.

switch_size_t switch_stream_handle::alloc_len

Definition at line 101 of file switch_module_interfaces.h.

void* switch_stream_handle::data
switch_size_t switch_stream_handle::data_len

Definition at line 100 of file switch_module_interfaces.h.

switch_size_t switch_stream_handle::data_size

Definition at line 99 of file switch_module_interfaces.h.

void* switch_stream_handle::end

Definition at line 98 of file switch_module_interfaces.h.

switch_event_t* switch_stream_handle::param_event

Definition at line 103 of file switch_module_interfaces.h.

Referenced by api_hook().

switch_stream_handle_raw_write_function_t switch_stream_handle::raw_write_function

Definition at line 96 of file switch_module_interfaces.h.

switch_stream_handle_read_function_t switch_stream_handle::read_function

Definition at line 94 of file switch_module_interfaces.h.

switch_stream_handle_write_function_t switch_stream_handle::write_function

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