Package com.theoplayer.android.api.abr
Class AbrStrategyMetadata
-
- All Implemented Interfaces:
public final class AbrStrategyMetadata
The metadata of the adaptive bitrate strategy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AbrStrategyMetadata.Builder
The builder for the metadata of the adaptive bitrate strategy.
-
Constructor Summary
Constructors Constructor Description AbrStrategyMetadata(Integer bitrate)
-
Method Summary
Modifier and Type Method Description final Integer
getBitrate()
The initial bitrate, in bits per second. -
-
Constructor Detail
-
AbrStrategyMetadata
AbrStrategyMetadata(Integer bitrate)
-
-
Method Detail
-
getBitrate
final Integer getBitrate()
The initial bitrate, in bits per second. (Nullable)
-
-
-
-