Package org.apache.tika.metadata
Interface XMPDM
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Experimental method, will change shortly -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated."The absolute path to the file's peak audio file.static final PropertyDeprecated."The name of the album."static final PropertyDeprecated."The name of the album artist or group for compilation albums."static final PropertyDeprecated."An alternative tape name, set via the project window or timecode dialog in Premiere.static final PropertyDeprecated."The name of the artist or artists."static final PropertyDeprecated."The audio channel type."static final PropertyDeprecated."The audio compression used.static final PropertyDeprecated."The date and time when the audio was last modified."static final PropertyDeprecated."The audio sample rate.static final PropertyDeprecated."The audio sample type."static final PropertyDeprecated."An album created by various artists."static final PropertyDeprecated."The composer's name."static final PropertyDeprecated."The copyright information."static final PropertyDeprecated."The disc number for part of an album set."static final PropertyDeprecated."The duration of the media file." Value is in Seconds, unless xmpDM:scale is also set.static final PropertyDeprecated."The engineer's name."static final PropertyDeprecated."The file data rate in megabytes per second.static final PropertyDeprecated."The name of the genre."static final PropertyDeprecated."The musical instrument."static final PropertyDeprecated."The audio's musical key."static final PropertyDeprecated."User's log comments."static final PropertyDeprecated."When true, the clip can be looped seamlessly."static final PropertyDeprecated."The date and time when the metadata was last modified."static final PropertyDeprecated."The number of beats."static final PropertyDeprecated."The sampling phase of film to be converted to video (pull-down)."static final PropertyDeprecated."The relative path to the file's peak audio file.static final PropertyDeprecated."The date the title was released."static final PropertyDeprecated."The musical scale used in the music.static final PropertyDeprecated."The name of the scene."static final PropertyDeprecated."The date and time when the video was shot."static final PropertyDeprecated."The name of the location where the video was shot.static final PropertyDeprecated."The name of the shot or take."static final PropertyDeprecated."A description of the speaker angles from center front in degrees.static final PropertyDeprecated."The audio stretch mode."static final PropertyDeprecated."The name of the tape from which the clip was captured, as set during the capture process."static final PropertyDeprecated."The audio's tempo."static final PropertyDeprecated."The time signature of the music."static final PropertyDeprecated."A numeric value indicating the order of the audio file within its original recording."static final PropertyDeprecated."The alpha mode."static final PropertyDeprecated."When true, unity is clear, when false, it is opaque."static final PropertyDeprecated."The color space."static final PropertyDeprecated."Video compression used.static final PropertyDeprecated."The field order for video."static final PropertyDeprecated."The video frame rate."static final PropertyDeprecated."The date and time when the video was last modified."static final PropertyDeprecated."The aspect ratio, expressed as wd/ht.static final PropertyDeprecated."The size in bits of each color component of a pixel.
-
Field Details
-
ABS_PEAK_AUDIO_FILE_PATH
Deprecated."The absolute path to the file's peak audio file. If empty, no peak file exists." -
ALBUM
Deprecated."The name of the album." -
ALT_TAPE_NAME
Deprecated."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
Deprecated."The name of the artist or artists." -
ALBUM_ARTIST
Deprecated."The name of the album artist or group for compilation albums." -
AUDIO_MOD_DATE
Deprecated."The date and time when the audio was last modified." -
AUDIO_SAMPLE_RATE
Deprecated."The audio sample rate. Can be any value, but commonly 32000, 41100, or 48000." -
AUDIO_SAMPLE_TYPE
Deprecated."The audio sample type." -
AUDIO_CHANNEL_TYPE
Deprecated."The audio channel type." -
AUDIO_COMPRESSOR
Deprecated."The audio compression used. For example, MP3." -
COMPILATION
Deprecated."An album created by various artists." -
COMPOSER
Deprecated."The composer's name." -
COPYRIGHT
Deprecated."The copyright information." -
DISC_NUMBER
Deprecated."The disc number for part of an album set." -
DURATION
Deprecated."The duration of the media file." Value is in Seconds, unless xmpDM:scale is also set. -
ENGINEER
Deprecated."The engineer's name." -
FILE_DATA_RATE
Deprecated."The file data rate in megabytes per second. For example: '36/10' = 3.6 MB/sec" -
GENRE
Deprecated."The name of the genre." -
INSTRUMENT
Deprecated."The musical instrument." -
KEY
Deprecated."The audio's musical key." -
LOG_COMMENT
Deprecated."User's log comments." -
LOOP
Deprecated."When true, the clip can be looped seamlessly." -
NUMBER_OF_BEATS
Deprecated."The number of beats." -
METADATA_MOD_DATE
Deprecated."The date and time when the metadata was last modified." -
PULL_DOWN
Deprecated."The sampling phase of film to be converted to video (pull-down)." -
RELATIVE_PEAK_AUDIO_FILE_PATH
Deprecated."The relative path to the file's peak audio file. If empty, no peak file exists." -
RELEASE_DATE
Deprecated."The date the title was released." -
SCALE_TYPE
Deprecated."The musical scale used in the music. 'Neither' is most often used for instruments with no associated scale, such as drums." -
SCENE
Deprecated."The name of the scene." -
SHOT_DATE
Deprecated."The date and time when the video was shot." -
SHOT_LOCATION
Deprecated."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
Deprecated."The name of the shot or take." -
SPEAKER_PLACEMENT
Deprecated."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
Deprecated."The audio stretch mode." -
TAPE_NAME
Deprecated."The name of the tape from which the clip was captured, as set during the capture process." -
TEMPO
Deprecated."The audio's tempo." -
TIME_SIGNATURE
Deprecated."The time signature of the music." -
TRACK_NUMBER
Deprecated."A numeric value indicating the order of the audio file within its original recording." -
VIDEO_ALPHA_MODE
Deprecated."The alpha mode." -
VIDEO_ALPHA_UNITY_IS_TRANSPARENT
Deprecated."When true, unity is clear, when false, it is opaque." -
VIDEO_COLOR_SPACE
Deprecated."The color space." -
VIDEO_COMPRESSOR
Deprecated."Video compression used. For example, jpeg." -
VIDEO_FIELD_ORDER
Deprecated."The field order for video." -
VIDEO_FRAME_RATE
Deprecated."The video frame rate." -
VIDEO_MOD_DATE
Deprecated."The date and time when the video was last modified." -
VIDEO_PIXEL_DEPTH
Deprecated."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
Deprecated."The aspect ratio, expressed as wd/ht. For example: '648/720' = 0.9"
-