VorbisComment
@UnstableApi
public class VorbisComment implements Metadata.Entry
VorbisComment |
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 |
|---|
Constructs an instance. |
Public methods |
|
|---|---|
boolean |
|
int |
|
void |
Updates the |
String |
|
Inherited methods |
||||
|---|---|---|---|---|
|
Public fields
Public constructors
Public methods
populateMediaMetadata
public voidpopulateMediaMetadata(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. |