mpv_stream_cb_close_fn

Close callback used to implement a custom stream.

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

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

Meta