mpv_stream_cb_cancel_fn

Cancel callback used to implement a custom stream.

This callback is used to interrupt any current or future read and seek operations. It will be called from a separate thread than the demux thread, and should not block.

This callback can be NULL.

Available since API 1.106.

@param cookie opaque cookie identifying the stream, returned from mpv_stream_cb_open_fn

extern (C)
alias mpv_stream_cb_cancel_fn = void function
(
void* cookie
)

Meta