VLC 4.0.0-dev
Loading...
Searching...
No Matches
libvlc_downloader_request_t Struct Reference

struct defining a downloader request More...

#include <libvlc_downloader.h>

Data Fields

uint32_t version
 Version of libvlc_downloader_request_t.
libvlc_media_t * media
 Media to download.

Detailed Description

struct defining a downloader request

Field Documentation

◆ media

libvlc_media_t* libvlc_downloader_request_t::media

Media to download.

Note
Mandatory (can't be NULL), available since version 0
  • Only finite-size media are allowed to download.
  • If the media is a playlist or directory, the user will be notified of the subitems via the on_subitems callback and the download will not proceed.
  • If the media is a livestream or unknown type, the download will error out.

◆ version

uint32_t libvlc_downloader_request_t::version

The documentation for this struct was generated from the following file: