Uses of Class
org.apache.tika.metadata.Property

Packages that use Property
org.apache.tika.metadata Multi-valued metadata container, and set of constant metadata fields. 
 

Uses of Property in org.apache.tika.metadata
 

Fields in org.apache.tika.metadata declared as Property
static Property XMPDM.ABS_PEAK_AUDIO_FILE_PATH
          "The absolute path to the file's peak audio file.
static Property XMPDM.ALBUM
          "The name of the album."
static Property XMPDM.ALT_TAPE_NAME
          "An alternative tape name, set via the project window or timecode dialog in Premiere.
static Property XMPDM.ARTIST
          "The name of the artist or artists."
static Property XMPDM.AUDIO_CHANNEL_TYPE
          "The audio channel type."
static Property XMPDM.AUDIO_COMPRESSOR
          "The audio compression used.
static Property XMPDM.AUDIO_MOD_DATE
          "The date and time when the audio was last modified."
static Property XMPDM.AUDIO_SAMPLE_RATE
          "The audio sample rate.
static Property XMPDM.AUDIO_SAMPLE_TYPE
          "The audio sample type."
static Property XMPDM.COMPOSER
          "The composer's name."
static Property XMPDM.COPYRIGHT
          "The copyright information."
static Property XMPDM.ENGINEER
          "The engineer's name."
static Property XMPDM.FILE_DATA_RATE
          "The file data rate in megabytes per second.
static Property XMPDM.GENRE
          "The name of the genre."
static Property XMPDM.INSTRUMENT
          "The musical instrument."
static Property XMPDM.KEY
          "The audio's musical key."
static Property XMPDM.LOG_COMMENT
          "User's log comments."
static Property XMPDM.LOOP
          "When true, the clip can be looped seamlessly."
static Property XMPDM.METADATA_MOD_DATE
          "The date and time when the metadata was last modified."
static Property XMPDM.NUMBER_OF_BEATS
          "The number of beats."
static Property XMPDM.PULL_DOWN
          "The sampling phase of film to be converted to video (pull-down)."
static Property XMPDM.RELATIVE_PEAK_AUDIO_FILE_PATH
          "The relative path to the file's peak audio file.
static Property XMPDM.RELEASE_DATE
          "The date the title was released."
static Property XMPDM.SCALE_TYPE
          "The musical scale used in the music.
static Property XMPDM.SCENE
          "The name of the scene."
static Property XMPDM.SHOT_DATE
          "The date and time when the video was shot."
static Property XMPDM.SHOT_LOCATION
          "The name of the location where the video was shot.
static Property XMPDM.SHOT_NAME
          "The name of the shot or take."
static Property XMPDM.SPEAKER_PLACEMENT
          "A description of the speaker angles from center front in degrees.
static Property XMPDM.STRETCH_MODE
          "The audio stretch mode."
static Property XMPDM.TAPE_NAME
          "The name of the tape from which the clip was captured, as set during the capture process."
static Property XMPDM.TEMPO
          "The audio's tempo."
static Property XMPDM.TIME_SIGNATURE
          "The time signature of the music."
static Property XMPDM.TRACK_NUMBER
          "A numeric value indicating the order of the audio file within its original recording."
static Property XMPDM.VIDEO_ALPHA_MODE
          "The alpha mode."
static Property XMPDM.VIDEO_ALPHA_UNITY_IS_TRANSPARENT
          "When true, unity is clear, when false, it is opaque."
static Property XMPDM.VIDEO_COLOR_SPACE
          "The color space."
static Property XMPDM.VIDEO_COMPRESSOR
          "Video compression used.
static Property XMPDM.VIDEO_FIELD_ORDER
          "The field order for video."
static Property XMPDM.VIDEO_FRAME_RATE
          "The video frame rate."
static Property XMPDM.VIDEO_MOD_DATE
          "The date and time when the video was last modified."
static Property XMPDM.VIDEO_PIXEL_ASPECT_RATIO
          "The aspect ratio, expressed as wd/ht.
static Property XMPDM.VIDEO_PIXEL_DEPTH
          "The size in bits of each color component of a pixel.
 

Methods in org.apache.tika.metadata that return Property
static Property Property.externalClosedChoise(java.lang.String name, java.lang.String... choices)
           
static Property Property.externalDate(java.lang.String name)
           
static Property Property.externalInteger(java.lang.String name)
           
static Property Property.externalText(java.lang.String name)
           
static Property Property.internalBoolean(java.lang.String name)
           
static Property Property.internalClosedChoise(java.lang.String name, java.lang.String... choices)
           
static Property Property.internalDate(java.lang.String name)
           
static Property Property.internalInteger(java.lang.String name)
           
static Property Property.internalOpenChoise(java.lang.String name, java.lang.String... choices)
           
static Property Property.internalRational(java.lang.String name)
           
static Property Property.internalReal(java.lang.String name)
           
static Property Property.internalText(java.lang.String name)
           
static Property Property.internalURI(java.lang.String name)
           
 

Methods in org.apache.tika.metadata with parameters of type Property
 java.lang.String Metadata.get(Property property)
          Returns the value (if any) of the identified metadata property.
 void Metadata.set(Property property, java.lang.String value)
          Sets the value of the identified metadata property.
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.