VLC
3.0.15
|
Data Structures | |
struct | stream_sys_t |
Functions | |
static ssize_t | Read (stream_t *, void *p_read, size_t i_read) |
static int | Seek (stream_t *, uint64_t) |
static int | Control (stream_t *, int i_query, va_list) |
static void | stream_MemoryPreserveDelete (stream_t *s) |
static void | stream_MemoryDelete (stream_t *s) |
stream_t *() | vlc_stream_MemoryNew (vlc_object_t *p_this, uint8_t *p_buffer, size_t i_size, bool preserve) |
Create a stream from a memory buffer. More... | |
|
static |
< Unspecified error
< Unspecified error
< Unspecified error
< No error
References stream_sys_t::i_size, msg_Err, stream_t::p_sys, STREAM_CAN_CONTROL_PACE, STREAM_CAN_FASTSEEK, STREAM_CAN_PAUSE, STREAM_CAN_SEEK, STREAM_GET_CONTENT_TYPE, STREAM_GET_META, STREAM_GET_PRIVATE_ID_STATE, STREAM_GET_PTS_DELAY, STREAM_GET_SEEKPOINT, STREAM_GET_SIGNAL, STREAM_GET_SIZE, STREAM_GET_TITLE, STREAM_GET_TITLE_INFO, STREAM_SET_PAUSE_STATE, STREAM_SET_PRIVATE_ID_CA, STREAM_SET_PRIVATE_ID_STATE, STREAM_SET_SEEKPOINT, STREAM_SET_TITLE, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by vlc_stream_MemoryNew().
|
static |
Referenced by vlc_stream_MemoryNew().
|
static |
< No error
Referenced by vlc_stream_MemoryNew().
|
static |
References stream_sys_t::p_buffer, and stream_t::p_sys.
Referenced by vlc_stream_MemoryNew().
|
static |
References stream_t::p_sys.
Referenced by vlc_stream_MemoryNew().