SPTBitrate Constants Reference
Declared in | SPTAudioStreamingController.h |
SPTBitrate
The playback bitrates availabe.
Definition
typedef NS_ENUM(NSUInteger, SPTBitrate ) {
SPTBitrateLow = 0,
SPTBitrateNormal = 1,
SPTBitrateHigh = 2,
};
Constants
SPTBitrateLow
-
The lowest bitrate, roughly equivalent to ~96kbit/sec.
Declared In
SPTAudioStreamingController.h
. SPTBitrateNormal
-
The normal bitrate, roughly equivalent to ~160kbit/sec.
Declared In
SPTAudioStreamingController.h
. SPTBitrateHigh
-
The highest bitrate, roughly equivalent to ~320kbit/sec.
Declared In
SPTAudioStreamingController.h
.
Declared In
SPTAudioStreamingController.h