Ring Daemon 16.0.0
Loading...
Searching...
No Matches
media_io_handle.h File Reference
Include dependency graph for media_io_handle.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ io_readcallback

typedef int(* io_readcallback) (void *opaque, uint8_t *buf, int buf_size)

Definition at line 31 of file media_io_handle.h.

◆ io_seekcallback

typedef int64_t(* io_seekcallback) (void *opaque, int64_t offset, int whence)

Definition at line 33 of file media_io_handle.h.

◆ io_writecallback

typedef int(* io_writecallback) (void *opaque, uint8_t *buf, int buf_size)

Definition at line 32 of file media_io_handle.h.