Wasabi ExpressPlay SDK for iOS  1.23.0
Data Fields
WSB_MediaInfo Struct Reference

Media information about a media file or a track within the media file. More...

#include <WsbMediaFile.h>

Data Fields

WSB_MediaType type
 
WSB_MediaFormat format
 
WSB_UInt32 duration
 in ms More...
 
WSB_UInt32 bitrate
 in bits/sec More...
 
WSB_StreamEncryptionMethod encryption_method
 
const char * track_name
 for DASH only, corresponds to Representation id More...
 
union {
   WSB_AudioMediaInfo   audio
 
   WSB_VideoMediaInfo   video
 
specific
 

Detailed Description

Media information about a media file or a track within the media file.

Field Documentation

◆ audio

WSB_AudioMediaInfo WSB_MediaInfo::audio

◆ bitrate

WSB_UInt32 WSB_MediaInfo::bitrate

in bits/sec

◆ duration

WSB_UInt32 WSB_MediaInfo::duration

in ms

◆ encryption_method

WSB_StreamEncryptionMethod WSB_MediaInfo::encryption_method

◆ format

WSB_MediaFormat WSB_MediaInfo::format

◆ specific

union { ... } WSB_MediaInfo::specific

◆ track_name

const char* WSB_MediaInfo::track_name

for DASH only, corresponds to Representation id

◆ type

WSB_MediaType WSB_MediaInfo::type

◆ video

WSB_VideoMediaInfo WSB_MediaInfo::video

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