-
- All Implemented Interfaces:
public interface Quality
Represents one of the qualities of a MediaTrack.
-
-
Method Summary
Modifier and Type Method Description abstract long
getBandwidth()
The required bandwidth for the quality as defined in the manifest. abstract String
getCodecs()
The codecs of the quality as defined in the manifest. abstract String
getId()
abstract int
getUid()
abstract String
getName()
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()
-
-
-
-