Wasabi ExpressPlay SDK for iOS
1.10
|
#include <WsbTypes.h>
Data Fields | |
WSB_Mask | mask |
Mask indicating which fields are valid. More... | |
WSB_UInt32 | nominal_bitrate |
Nominal bitrate. More... | |
WSB_UInt32 | average_bitrate |
Average bitrate. More... | |
WSB_UInt32 | instant_bitrate |
Instant bitrate. More... | |
WSB_UInt64 | size |
Size in bytes. More... | |
WSB_UInt64 | duration |
Duration in milliseconds. More... | |
WSB_UInt32 | sample_rate |
Sample rate in Hz. More... | |
WSB_UInt16 | channel_count |
Number of channels. More... | |
WSB_Flags | flags |
Stream Flags. More... | |
WSB_UInt32 WSB_StreamInfo::average_bitrate |
Average bitrate.
WSB_UInt16 WSB_StreamInfo::channel_count |
Number of channels.
WSB_UInt64 WSB_StreamInfo::duration |
Duration in milliseconds.
WSB_Flags WSB_StreamInfo::flags |
Stream Flags.
WSB_UInt32 WSB_StreamInfo::instant_bitrate |
Instant bitrate.
WSB_Mask WSB_StreamInfo::mask |
Mask indicating which fields are valid.
WSB_UInt32 WSB_StreamInfo::nominal_bitrate |
Nominal bitrate.
WSB_UInt32 WSB_StreamInfo::sample_rate |
Sample rate in Hz.
WSB_UInt64 WSB_StreamInfo::size |
Size in bytes.