| Wasabi ExpressPlay SDK for iOS
    1.23.0
    | 
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... | |
The download content parameters.
| struct { ... } WSB_MediaDownload_Content::dash | 
MPEG DASH parameters.
| const char* WSB_MediaDownload_Content::media_file_name | 
Will save as "video" if NULL.
| struct { ... } WSB_MediaDownload_Content::single_file | 
Single file parameters.
| const char* WSB_MediaDownload_Content::subtitles_file_name | 
Will save as "subtitles" if NULL.
| const char* WSB_MediaDownload_Content::track[WSB_MD_MAX_TRACKS] | 
Tracks to download.
Each string is an MPEG DASH representation ID.
| WSB_UInt32 WSB_MediaDownload_Content::track_count | 
Number of tracks to download.
| WSB_MediaDownload_SourceType WSB_MediaDownload_Content::type | 
| union { ... } WSB_MediaDownload_Content::u | 
Content parameters.
| const char* WSB_MediaDownload_Content::url |