Wasabi ExpressPlay SDK for Embedded Systems
1.10
|
Information about a 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 |
union { | |
WSB_AudioMediaInfo audio | |
WSB_VideoMediaInfo video | |
} | specific |
Information about a 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 |
WSB_MediaType WSB_MediaInfo::type |
WSB_VideoMediaInfo WSB_MediaInfo::video |