|
VLC 4.0.0-dev
|
struct defining callbacks for libvlc_media_discoverer_new() More...
#include <libvlc_media_discoverer.h>
Data Fields | |
| uint32_t | version |
| Version of struct libvlc_media_discoverer_cbs. | |
| void(* | on_media_added )(void *opaque, libvlc_media_t *parent, libvlc_media_t *media) |
| Callback prototype that notify when the discoverer added a media. | |
| void(* | on_media_removed )(void *opaque, libvlc_media_t *media) |
| Callback prototype that notify when the discoverer removed a media. | |
struct defining callbacks for libvlc_media_discoverer_new()
| void(* libvlc_media_discoverer_cbs::on_media_added) (void *opaque, libvlc_media_t *parent, libvlc_media_t *media) |
Callback prototype that notify when the discoverer added a media.
| opaque | opaque pointer set by libvlc_media_discoverer_new() |
| parent | parent of the new added media or NULL if there is no parents (more likely) |
| media | the new added media |
| void(* libvlc_media_discoverer_cbs::on_media_removed) (void *opaque, libvlc_media_t *media) |
Callback prototype that notify when the discoverer removed a media.
| opaque | opaque pointer set by libvlc_media_discoverer_new() |
| media | the removed media |
| uint32_t libvlc_media_discoverer_cbs::version |
Version of struct libvlc_media_discoverer_cbs.