Wasabi ExpressPlay SDK for Desktop Systems
1.23.0
|
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 |
Media information about a media file or a track within the media file.
WSB_AudioMediaInfo WSB_MediaInfo::audio |
WSB_UInt32 WSB_MediaInfo::bitrate |
in bits/sec
WSB_UInt32 WSB_MediaInfo::duration |
in ms
WSB_StreamEncryptionMethod WSB_MediaInfo::encryption_method |
WSB_MediaFormat WSB_MediaInfo::format |
union { ... } WSB_MediaInfo::specific |
const char* WSB_MediaInfo::track_name |
for DASH only, corresponds to Representation id
WSB_MediaType WSB_MediaInfo::type |
WSB_VideoMediaInfo WSB_MediaInfo::video |