Wasabi ExpressPlay SDK for iOS  1.23.0
Data Fields
WSB_MediaDownload_Content Struct Reference

The download content parameters. More...

#include <WsbMediaDownload.h>

Data Fields

WSB_MediaDownload_SourceType type
 
const char * url
 
union {
   struct {
      const char *   media_file_name
 Will save as "video" if NULL. More...
 
      const char *   subtitles_file_name
 Will save as "subtitles" if NULL. More...
 
      WSB_UInt32   track_count
 Number of tracks to download. More...
 
      const char *   track [WSB_MD_MAX_TRACKS]
 Tracks to download. More...
 
   }   dash
 MPEG DASH parameters. More...
 
   struct {
      const char *   media_file_name
 Will save as "video" if NULL. More...
 
   }   single_file
 Single file parameters. More...
 
u
 Content parameters. More...
 

Detailed Description

The download content parameters.

Since
1.21

Field Documentation

◆ dash

struct { ... } WSB_MediaDownload_Content::dash

MPEG DASH parameters.

◆ media_file_name

const char* WSB_MediaDownload_Content::media_file_name

Will save as "video" if NULL.

◆ single_file

struct { ... } WSB_MediaDownload_Content::single_file

Single file parameters.

◆ subtitles_file_name

const char* WSB_MediaDownload_Content::subtitles_file_name

Will save as "subtitles" if NULL.

◆ track

const char* WSB_MediaDownload_Content::track[WSB_MD_MAX_TRACKS]

Tracks to download.

Each string is an MPEG DASH representation ID.

◆ track_count

WSB_UInt32 WSB_MediaDownload_Content::track_count

Number of tracks to download.

◆ type

WSB_MediaDownload_SourceType WSB_MediaDownload_Content::type

◆ u

union { ... } WSB_MediaDownload_Content::u

Content parameters.

◆ url

const char* WSB_MediaDownload_Content::url

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