Label
Artifact: androidx.media3:media3-common
@UnstableApi
class Label
A label for a Format.
Summary
Public functions |
|
|---|---|
Boolean |
|
java-static Label! |
fromBundle(bundle: Bundle!)Deserializes an instance from a |
Int |
hashCode() |
Bundle! |
toBundle()Serializes this instance to a |
String! |
toString() |
Public properties |
|
|---|---|
String? |
The language of this label, as an IETF BCP 47 conformant tag, or null if unknown or not applicable. |
String! |
The value for this label. |
Public constructors
Public functions
fromBundle
java-static fun fromBundle(bundle: Bundle!): Label!
Deserializes an instance from a Bundle produced by toBundle.