Label
Artifact: androidx.media3:media3-common
@UnstableApi
public class Label
A label for a Format.
Summary
Public fields |
|
|---|---|
final @Nullable String |
The language of this label, as an IETF BCP 47 conformant tag, or null if unknown or not applicable. |
final String |
The value for this label. |
Public methods |
|
|---|---|
boolean |
|
static Label |
fromBundle(Bundle bundle)Deserializes an instance from a |
int |
hashCode() |
Bundle |
toBundle()Serializes this instance to a |
Public fields
Public constructors
Public methods
fromBundle
public static Label fromBundle(Bundle bundle)
Deserializes an instance from a Bundle produced by toBundle.