[][src]Type Definition libmpv_sys::mpv_stream_cb_close_fn

type mpv_stream_cb_close_fn = Option<unsafe extern "C" fn(cookie: *mut c_void)>;

Close callback used to implement a custom stream.

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