Package com.drew.metadata.mov.media
Class QuickTimeSoundDirectory
java.lang.Object
com.drew.metadata.Directory
com.drew.metadata.mov.QuickTimeDirectory
com.drew.metadata.mov.media.QuickTimeSoundDirectory
- Author:
- Payton Garland
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.drew.metadata.mov.QuickTimeDirectory
TAG_ADOBE_XMP, TAG_CANON_THUMBNAIL_DT, TAG_COMPATIBLE_BRANDS, TAG_CREATION_TIME, TAG_CURRENT_TIME, TAG_DURATION, TAG_DURATION_SECONDS, TAG_MAJOR_BRAND, TAG_MEDIA_TIME_SCALE, TAG_MINOR_VERSION, TAG_MODIFICATION_TIME, TAG_NEXT_TRACK_ID, TAG_POSTER_TIME, TAG_PREFERRED_RATE, TAG_PREFERRED_VOLUME, TAG_PREVIEW_DURATION, TAG_PREVIEW_TIME, TAG_ROTATION, TAG_SELECTION_DURATION, TAG_SELECTION_TIME, TAG_TIME_SCALE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.drew.metadata.Directory
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
-
Field Details
-
TAG_AUDIO_FORMAT
public static final int TAG_AUDIO_FORMAT- See Also:
-
TAG_NUMBER_OF_CHANNELS
public static final int TAG_NUMBER_OF_CHANNELS- See Also:
-
TAG_AUDIO_SAMPLE_SIZE
public static final int TAG_AUDIO_SAMPLE_SIZE- See Also:
-
TAG_AUDIO_SAMPLE_RATE
public static final int TAG_AUDIO_SAMPLE_RATE- See Also:
-
TAG_SOUND_BALANCE
public static final int TAG_SOUND_BALANCE- See Also:
-
-
Constructor Details
-
QuickTimeSoundDirectory
public QuickTimeSoundDirectory()
-
-
Method Details
-
getName
Description copied from class:DirectoryProvides the name of the directory, for display purposes. E.g.Exif- Overrides:
getNamein classQuickTimeDirectory- Returns:
- the name of the directory
-