public static class MetadataKey.Id3v2 extends Object
Represents ID3 v2 keys.
Modifier and Type | Field and Description |
---|---|
static MetadataKey |
Album
The album.
|
static MetadataKey |
BitsPerMinute
Bits per minute.
|
static MetadataKey |
Composers
The composer(s).
|
static MetadataKey |
Picture
The picture.
|
static MetadataKey |
Publisher
The publisher.
|
static MetadataKey |
Title
The title.
|
static MetadataKey |
Year
Audio's year.
|
Constructor and Description |
---|
MetadataKey.Id3v2() |
public static final MetadataKey Album
The album.
public static final MetadataKey Picture
The picture.
public static final MetadataKey BitsPerMinute
Bits per minute.
public static final MetadataKey Composers
The composer(s).
public static final MetadataKey Title
The title.
public static final MetadataKey Publisher
The publisher.
public static final MetadataKey Year
Audio's year.
Copyright © 2018. All rights reserved.