|
VLC 4.0.0-dev
|
Data Fields | ||
| stream_t | stream | |
| void(* | destroy )(stream_t *) | |
| block_t * | block | |
| block_t * | peek | |
| uint64_t | offset | |
| bool | eof | |
| struct { | ||
| vlc_iconv_t conv | ||
| unsigned char char_width | ||
| bool little_endian | ||
| } | text | |
| max_align_t | private_data [] | |
| block_t* stream_priv_t::block |
| unsigned char stream_priv_t::char_width |
Referenced by vlc_stream_CustomNew(), and vlc_stream_ReadLine().
| vlc_iconv_t stream_priv_t::conv |
Referenced by stream_CommonDelete(), vlc_stream_CustomNew(), and vlc_stream_ReadLine().
| void(* stream_priv_t::destroy) (stream_t *) |
Referenced by vlc_stream_CustomNew(), and vlc_stream_Delete().
| bool stream_priv_t::eof |
Referenced by vlc_stream_CustomNew(), vlc_stream_Eof(), vlc_stream_ReadBlock(), vlc_stream_ReadPartial(), and vlc_stream_Seek().
| bool stream_priv_t::little_endian |
Referenced by vlc_stream_CustomNew(), and vlc_stream_ReadLine().
| uint64_t stream_priv_t::offset |
| block_t* stream_priv_t::peek |
| max_align_t stream_priv_t::private_data[] |
| stream_t stream_priv_t::stream |
Referenced by vlc_stream_CustomNew().
| struct { ... } stream_priv_t::text |
Referenced by stream_CommonDelete(), vlc_stream_CustomNew(), and vlc_stream_ReadLine().