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