-
- All Implemented Interfaces:
public interface QualityRepresents one of the qualities of a MediaTrack.
-
-
Method Summary
Modifier and Type Method Description abstract longgetBandwidth()The required bandwidth for the quality as defined in the manifest. abstract StringgetCodecs()The codecs of the quality as defined in the manifest. abstract StringgetId()abstract intgetUid()abstract StringgetName()The name of the quality as defined in the manifest. -
-
Method Detail
-
getBandwidth
abstract long getBandwidth()
The required bandwidth for the quality as defined in the manifest.
-
getCodecs
@Nullable() abstract String getCodecs()
The codecs of the quality as defined in the manifest.
-
getUid
abstract int getUid()
-
-
-
-