mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-14 04:54:49 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@214 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dad4780765
commit
094acc5dd3
@ -161,8 +161,8 @@ struct switch_file_interface {
|
|||||||
const char *interface_name;
|
const char *interface_name;
|
||||||
switch_status (*file_open)(switch_file_handle *, char *file_path);
|
switch_status (*file_open)(switch_file_handle *, char *file_path);
|
||||||
switch_status (*file_close)(switch_file_handle *);
|
switch_status (*file_close)(switch_file_handle *);
|
||||||
switch_status (*file_read)(switch_file_handle *, void *data, size_t *len);
|
switch_status (*file_read)(switch_file_handle *, void *data, unsigned int *len);
|
||||||
switch_status (*file_write)(switch_file_handle *, void *data, size_t *len);
|
switch_status (*file_write)(switch_file_handle *, void *data, unsigned int *len);
|
||||||
switch_status (*file_seek)(switch_file_handle *, unsigned int *cur_pos, unsigned int samples, int whence);
|
switch_status (*file_seek)(switch_file_handle *, unsigned int *cur_pos, unsigned int samples, int whence);
|
||||||
char **extens;
|
char **extens;
|
||||||
const struct switch_file_interface *next;
|
const struct switch_file_interface *next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user