Package org.apache.tika.metadata
Interface XMPDM
public interface XMPDM
XMP Dynamic Media schema. This is a collection of
property definition
constants for the dynamic media
properties defined in the XMP standard.- Since:
- Apache Tika 0.7
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated.Experimental method, will change shortly -
Field Summary
Modifier and TypeFieldDescriptionstatic final Property
"The absolute path to the file's peak audio file.static final Property
"The name of the album."static final Property
"The name of the album artist or group for compilation albums."static final Property
"An alternative tape name, set via the project window or timecode dialog in Premiere.static final Property
"The name of the artist or artists."static final Property
"The audio channel type."static final Property
"The audio compression used.static final Property
"The date and time when the audio was last modified."static final Property
"The audio sample rate.static final Property
"The audio sample type."static final Property
"An album created by various artists."static final Property
"The composer's name."static final Property
"The copyright information."static final Property
"The disc number for part of an album set."static final Property
"The duration of the media file." Value is in Seconds, unless xmpDM:scale is also set.static final Property
"The engineer's name."static final Property
"The file data rate in megabytes per second.static final Property
"The name of the genre."static final Property
"The musical instrument."static final Property
"The audio's musical key."static final Property
"User's log comments."static final Property
"When true, the clip can be looped seamlessly."static final Property
"The date and time when the metadata was last modified."static final Property
"The number of beats."static final Property
"The sampling phase of film to be converted to video (pull-down)."static final Property
"The relative path to the file's peak audio file.static final Property
"The date the title was released."static final Property
"The musical scale used in the music.static final Property
"The name of the scene."static final Property
"The date and time when the video was shot."static final Property
"The name of the location where the video was shot.static final Property
"The name of the shot or take."static final Property
"A description of the speaker angles from center front in degrees.static final Property
"The audio stretch mode."static final Property
"The name of the tape from which the clip was captured, as set during the capture process."static final Property
"The audio's tempo."static final Property
"The time signature of the music."static final Property
"A numeric value indicating the order of the audio file within its original recording."static final Property
"The alpha mode."static final Property
"When true, unity is clear, when false, it is opaque."static final Property
"The color space."static final Property
"Video compression used.static final Property
"The field order for video."static final Property
"The video frame rate."static final Property
"The date and time when the video was last modified."static final Property
"The aspect ratio, expressed as wd/ht.static final Property
"The size in bits of each color component of a pixel.
-
Field Details
-
ABS_PEAK_AUDIO_FILE_PATH
"The absolute path to the file's peak audio file. If empty, no peak file exists." -
ALBUM
"The name of the album." -
ALT_TAPE_NAME
"An alternative tape name, set via the project window or timecode dialog in Premiere. If an alternative name has been set and has not been reverted, that name is displayed." -
ARTIST
"The name of the artist or artists." -
ALBUM_ARTIST
"The name of the album artist or group for compilation albums." -
AUDIO_MOD_DATE
"The date and time when the audio was last modified." -
AUDIO_SAMPLE_RATE
"The audio sample rate. Can be any value, but commonly 32000, 41100, or 48000." -
AUDIO_SAMPLE_TYPE
"The audio sample type." -
AUDIO_CHANNEL_TYPE
"The audio channel type." -
AUDIO_COMPRESSOR
"The audio compression used. For example, MP3." -
COMPILATION
"An album created by various artists." -
COMPOSER
"The composer's name." -
COPYRIGHT
"The copyright information." -
DISC_NUMBER
"The disc number for part of an album set." -
DURATION
"The duration of the media file." Value is in Seconds, unless xmpDM:scale is also set. -
ENGINEER
"The engineer's name." -
FILE_DATA_RATE
"The file data rate in megabytes per second. For example: '36/10' = 3.6 MB/sec" -
GENRE
"The name of the genre." -
INSTRUMENT
"The musical instrument." -
KEY
"The audio's musical key." -
LOG_COMMENT
"User's log comments." -
LOOP
"When true, the clip can be looped seamlessly." -
NUMBER_OF_BEATS
"The number of beats." -
METADATA_MOD_DATE
"The date and time when the metadata was last modified." -
PULL_DOWN
"The sampling phase of film to be converted to video (pull-down)." -
RELATIVE_PEAK_AUDIO_FILE_PATH
"The relative path to the file's peak audio file. If empty, no peak file exists." -
RELEASE_DATE
"The date the title was released." -
SCALE_TYPE
"The musical scale used in the music. 'Neither' is most often used for instruments with no associated scale, such as drums." -
SCENE
"The name of the scene." -
SHOT_DATE
"The date and time when the video was shot." -
SHOT_LOCATION
"The name of the location where the video was shot. For example: 'Oktoberfest, Munich, Germany'. For more accurate positioning, use the EXIF GPS values." -
SHOT_NAME
"The name of the shot or take." -
SPEAKER_PLACEMENT
"A description of the speaker angles from center front in degrees. For example: 'Left = -30, Right = 30, Center = 0, LFE = 45, Left Surround = -110, Right Surround = 110'" -
STRETCH_MODE
"The audio stretch mode." -
TAPE_NAME
"The name of the tape from which the clip was captured, as set during the capture process." -
TEMPO
"The audio's tempo." -
TIME_SIGNATURE
"The time signature of the music." -
TRACK_NUMBER
"A numeric value indicating the order of the audio file within its original recording." -
VIDEO_ALPHA_MODE
"The alpha mode." -
VIDEO_ALPHA_UNITY_IS_TRANSPARENT
"When true, unity is clear, when false, it is opaque." -
VIDEO_COLOR_SPACE
"The color space." -
VIDEO_COMPRESSOR
"Video compression used. For example, jpeg." -
VIDEO_FIELD_ORDER
"The field order for video." -
VIDEO_FRAME_RATE
"The video frame rate." -
VIDEO_MOD_DATE
"The date and time when the video was last modified." -
VIDEO_PIXEL_DEPTH
"The size in bits of each color component of a pixel. Standard Windows 32-bit pixels have 8 bits per component." -
VIDEO_PIXEL_ASPECT_RATIO
"The aspect ratio, expressed as wd/ht. For example: '648/720' = 0.9"
-