public class Mp3Directory extends Directory
Modifier and Type | Field and Description |
---|---|
static int |
TAG_BITRATE |
static int |
TAG_COPYRIGHT |
static int |
TAG_EMPHASIS |
static int |
TAG_FRAME_SIZE |
static int |
TAG_FREQUENCY |
static int |
TAG_ID |
static int |
TAG_LAYER |
static int |
TAG_MODE |
Constructor and Description |
---|
Mp3Directory() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Provides the name of the directory, for display purposes.
|
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getParent, getRational, getRationalArray, getString, getString, getStringArray, getStringValue, getStringValueArray, getTagCount, getTagName, getTags, hasErrors, hasTagName, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setParent, setRational, setRationalArray, setString, setStringArray, setStringValue, setStringValueArray, toString
public static final int TAG_ID
public static final int TAG_LAYER
public static final int TAG_BITRATE
public static final int TAG_FREQUENCY
public static final int TAG_MODE
public static final int TAG_EMPHASIS
public static final int TAG_COPYRIGHT
public static final int TAG_FRAME_SIZE
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.