public final class XmpDynamicMediaPackage extends XmpPackage
Represents XMP Dynamic Media namespace.
Constructor and Description |
---|
XmpDynamicMediaPackage()
Initializes a new instance of the
XmpDynamicMediaPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds string property.
|
void |
setAbsPeakAudioFilePath(String uri)
Sets the absolute peak audio file path.
|
void |
setAlblum(String album)
Sets the alblum.
|
void |
setAltTapeName(String altTapeName)
Sets the alternative tape name.
|
void |
setAltTimeCode(Timecode timecode)
Sets the alternative time code.
|
void |
setArtist(String artist)
Sets the artist.
|
void |
setAudioChannelType(AudioChannelType audioChannelType)
Sets the audio channel type.
|
void |
setAudioSampleRate(int rate)
Sets the audio sample rate.
|
void |
setAudioSampleType(AudioSampleType audioSampleType)
Sets the audio sample type.
|
void |
setCameraAngle(String cameraAngle)
Sets the camera angle.
|
void |
setCameraLabel(String cameraLabel)
Sets the camera label.
|
void |
setCameraMove(String cameraMove)
Sets the camera move.
|
void |
setClient(String client)
Sets the client.
|
void |
setComment(String comment)
Sets the comment.
|
void |
setComposer(String composer)
Sets the composer.
|
void |
setDirector(String director)
Sets the director.
|
void |
setDirectorPhotography(String directorPhotography)
Sets the director of photography.
|
void |
setDuration(Time duration)
Sets the duration.
|
void |
setEngineer(String engineer)
Sets the engineer.
|
void |
setFileDataRate(Rational rate)
Sets the file data rate.
|
void |
setGenre(String genre)
Sets the genre.
|
void |
setGood(boolean good)
Sets the good.
|
void |
setInstrument(String instrument)
Sets the instrument.
|
void |
setIntroTime(Time introTime)
Sets the intro time.
|
void |
setKey(String key)
Sets the audio’s musical key.
|
void |
setLogComment(String comment)
Sets the user's log comment.
|
clear, containsKey, get_Item, getKeys, getNamespaceUri, getPrefix, getXmlNamespace, getXmlValue, iterator, remove, set_Item, setValue, setXmpTypeValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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
- The string representation of key that is identified with added value.value
- The string value.com.aspose.ms.System.ArgumentNullException
- key;DynamicMedia property could not be nullpublic void setAbsPeakAudioFilePath(String uri)
Sets the absolute peak audio file path.
uri
- The absolute path to the file’s peak audio file.public void setAlblum(String album)
Sets the alblum.
album
- The album.public void setAltTapeName(String altTapeName)
Sets the alternative tape name.
altTapeName
- Alternative tape name.public void setAltTimeCode(Timecode timecode)
Sets the alternative time code.
timecode
- Time code.public void setArtist(String artist)
Sets the artist.
artist
- The artist.public void setAudioChannelType(AudioChannelType audioChannelType)
Sets the audio channel type.
audioChannelType
- Audio channel type.public void setAudioSampleRate(int rate)
Sets the audio sample rate.
rate
- The audio sample rate.public void setAudioSampleType(AudioSampleType audioSampleType)
Sets the audio sample type.
audioSampleType
- The audio sample type.public void setCameraAngle(String cameraAngle)
Sets the camera angle.
cameraAngle
- The camera angle.public void setCameraLabel(String cameraLabel)
Sets the camera label.
cameraLabel
- The camera label.public void setCameraMove(String cameraMove)
Sets the camera move.
cameraMove
- The camera move.public void setClient(String client)
Sets the client.
client
- The client.public void setComment(String comment)
Sets the comment.
comment
- The comment.public void setComposer(String composer)
Sets the composer.
composer
- The composer.public void setDirector(String director)
Sets the director.
director
- The director.public void setDirectorPhotography(String directorPhotography)
Sets the director of photography.
directorPhotography
- The director of photography.public void setDuration(Time duration)
Sets the duration.
duration
- The duration.public void setEngineer(String engineer)
Sets the engineer.
engineer
- The engineer.public void setFileDataRate(Rational rate)
Sets the file data rate.
rate
- The file data rate in megabytes per second.public void setGenre(String genre)
Sets the genre.
genre
- The genre.public void setGood(boolean good)
Sets the good.
good
- if set to true
a shot is a keeper.public void setInstrument(String instrument)
Sets the instrument.
instrument
- The instrument.public void setIntroTime(Time introTime)
Sets the intro time.
introTime
- The intro time.public void setKey(String key)
Sets the audio’s musical key.
key
- The audio’s musical key. One of: C, C#, D, D#, E, F, F#, G, G#, A, A#, and B.public void setLogComment(String comment)
Sets the user's log comment.
comment
- The comment.