mpv_stream_cb_info

See mpv_stream_cb_open_ro_fn callback.

Members

Variables

cancel_fn
mpv_stream_cb_cancel_fn cancel_fn;
Undocumented in source.
close_fn
mpv_stream_cb_close_fn close_fn;
Undocumented in source.
cookie
void* cookie;

Opaque user-provided value, which will be passed to the other callbacks. The close callback will be called to release the cookie. It is not interpreted by mpv. It doesn't even need to be a valid pointer.

read_fn
mpv_stream_cb_read_fn read_fn;

Callbacks set by the user in the mpv_stream_cb_open_ro_fn callback. Some of them are optional, and can be left unset.

seek_fn
mpv_stream_cb_seek_fn seek_fn;
Undocumented in source.
size_fn
mpv_stream_cb_size_fn size_fn;
Undocumented in source.

Meta