Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
class | jami::MediaIOHandle |
Namespaces | |
namespace | jami |
Typedefs | |
typedef int(* | io_readcallback) (void *opaque, uint8_t *buf, int buf_size) |
typedef int64_t(* | io_seekcallback) (void *opaque, int64_t offset, int whence) |
typedef int(* | io_writecallback) (void *opaque, uint8_t *buf, int buf_size) |
typedef int(* io_readcallback) (void *opaque, uint8_t *buf, int buf_size) |
Definition at line 31 of file media_io_handle.h.
typedef int64_t(* io_seekcallback) (void *opaque, int64_t offset, int whence) |
Definition at line 33 of file media_io_handle.h.
typedef int(* io_writecallback) (void *opaque, uint8_t *buf, int buf_size) |
Definition at line 32 of file media_io_handle.h.