VorbisComment
@UnstableApi
public final class VorbisComment implements Metadata.Entry
A vorbis comment, extracted from a FLAC or Ogg file.
Summary
Public fields |
|
|---|---|
final String |
The key in upper case, to ease case-insensitive comparisons. |
final String |
The value. |
Public constructors |
|---|
VorbisComment(String key, String value)Constructs an instance. |
Public methods |
|
|---|---|
boolean |
|
int |
hashCode() |
void |
Updates the |
String |
toString() |
Inherited methods |
||||
|---|---|---|---|---|
|
Public fields
Public constructors
Public methods
populateMediaMetadata
public void populateMediaMetadata(MediaMetadata.Builder builder)
Updates the MediaMetadata.Builder with the type-specific values stored in this
Entry.
| Parameters | |
|---|---|
MediaMetadata.Builder builder |
The builder to be updated. |