@Deprecated public final class XmpDynamicMediaPackage extends XmpPackage
Represents XMP Dynamic Media namespace.
namespaceUri, prefix, properties
Constructor and Description |
---|
XmpDynamicMediaPackage()
Deprecated.
Initializes a new instance of the
XmpDynamicMediaPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Deprecated.
Adds string property.
|
void |
setAbsPeakAudioFilePath(String uri)
Deprecated.
Sets the absolute peak audio file path.
|
void |
setAlblum(String album)
Deprecated.
Sets the album.
|
void |
setAltTapeName(String altTapeName)
Deprecated.
Sets alternative tape name.
|
void |
setAltTimeCode(Timecode timecode)
Deprecated.
Sets alternative time code.
|
void |
setArtist(String artist)
Deprecated.
Sets the artist.
|
void |
setAudioChannelType(AudioChannelType audioChannelType)
Deprecated.
Sets audio channel type.
|
void |
setAudioSampleRate(int rate)
Deprecated.
Sets audio sample rate.
|
void |
setAudioSampleType(AudioSampleType audioSampleType)
Deprecated.
Sets audio sample type.
|
void |
setCameraAngle(String cameraAngle)
Deprecated.
Sets camera angle.
|
void |
setCameraLabel(String cameraLabel)
Deprecated.
Sets camera label.
|
void |
setCameraMove(String cameraMove)
Deprecated.
Sets camera move.
|
void |
setClient(String client)
Deprecated.
Sets the client.
|
void |
setComment(String comment)
Deprecated.
Sets comment.
|
void |
setComposer(String composer)
Deprecated.
Sets composer.
|
void |
setDirector(String director)
Deprecated.
Sets director.
|
void |
setDirectorPhotography(String directorPhotography)
Deprecated.
Sets director of photography.
|
void |
setDuration(Time duration)
Deprecated.
Sets duration.
|
void |
setEngineer(String engineer)
Deprecated.
Sets engineer.
|
void |
setFileDataRate(XmpRational rate)
Deprecated.
Sets file data rate.
|
void |
setGenre(String genre)
Deprecated.
Sets genre.
|
void |
setGood(boolean good)
Deprecated.
Sets good.
|
void |
setInstrument(String instrument)
Deprecated.
Sets instrument.
|
void |
setIntroTime(Time introTime)
Deprecated.
Sets intro time.
|
void |
setKey(String key)
Deprecated.
Sets audio’s musical key.
|
void |
setLogComment(String comment)
Deprecated.
Sets user's log comment.
|
addValue, addValue, addValue, clear, containsKey, getGenericArray, getKeys, getKeyValueAsXml, getLangAlt, getNamespaceUri, getNodeType, getPrefix, getReal, getString, getStringArray, getXmlNamespace, getXmlValue, readByXmpKey, remove, setArray, setBoolValue, setDateValue, setIntValue, setLangAlt, setNullableInt, setRealValue, setStingArray, setTextValue, setXmpComplexTypeValue, setXmpTypeValue, setXmpValue
public XmpDynamicMediaPackage()
Initializes a new instance of the XmpDynamicMediaPackage
class.
public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- XMP Dynamic Media key.value
- String value.ArgumentNullException
- DynamicMedia property could not be null.public final void setAbsPeakAudioFilePath(String uri)
Sets the absolute peak audio file path.
uri
- Audio file uri.public final void setAlblum(String album)
Sets the album.
album
- The name of album.public final void setAltTapeName(String altTapeName)
Sets alternative tape name.
altTapeName
- Alternative tape name.public final void setAltTimeCode(Timecode timecode)
Sets alternative time code.
timecode
- A timecode set by the user. When specified, it is used instead of the startTimecode.public final void setArtist(String artist)
Sets the artist.
artist
- The name of the artist or artists.public final void setAudioChannelType(AudioChannelType audioChannelType)
Sets audio channel type.
audioChannelType
- Audio channel type.public final void setAudioSampleRate(int rate)
Sets audio sample rate.
rate
- The audio sample rate. Can be any value, but commonly 32000, 44100, or 48000.public final void setAudioSampleType(AudioSampleType audioSampleType)
Sets audio sample type.
audioSampleType
- The audio sample type.public final void setCameraAngle(String cameraAngle)
Sets camera angle.
cameraAngle
-
The orientation of the camera to the subject in a static shot, <br></br>
from a fixed set of industry standard terminology.
public final void setCameraLabel(String cameraLabel)
Sets camera label.
cameraLabel
- Description of the camera used for a shoot.public final void setCameraMove(String cameraMove)
Sets camera move.
cameraMove
- The movement of the camera during the shot, from a fixed set of industry standard terminology.public final void setClient(String client)
Sets the client.
client
- The client for the job of which this shot or take is a part.public final void setComment(String comment)
Sets comment.
comment
- A user’s comments.public final void setComposer(String composer)
Sets composer.
composer
- The name of composer.public final void setDirector(String director)
Sets director.
director
- The director of scene.public final void setDirectorPhotography(String directorPhotography)
Sets director of photography.
directorPhotography
- The director of photography for the scene.public final void setDuration(Time duration)
Sets duration.
duration
- Duration of the media filepublic final void setEngineer(String engineer)
Sets engineer.
engineer
- The name of engineer.public final void setFileDataRate(XmpRational rate)
Sets file data rate.
rate
- The file data rate in megabytes per second.public final void setGenre(String genre)
Sets genre.
genre
- The genre.public final void setGood(boolean good)
Sets good.
good
- A checkbox for tracking whether a shot is a keeper.public final void setInstrument(String instrument)
Sets instrument.
instrument
- Musical instruments.public final void setIntroTime(Time introTime)
Sets intro time.
introTime
- Intro time.public final void setKey(String key)
Sets audio’s musical key.
key
- The audio’s musical key.public final void setLogComment(String comment)
Sets user's log comment.
comment
- User's log commentCopyright © 2020. All rights reserved.