XmpDynamicMediaPackage

Inheritance: java.lang.Object, com.aspose.imaging.xmp.XmpPackage

public final class XmpDynamicMediaPackage extends XmpPackage

Represents XMP Dynamic Media namespace.

Constructors

Constructor Description
XmpDynamicMediaPackage() Initializes a new instance of the XmpDynamicMediaPackage class.

Methods

Method Description
addValue(String key, String value) Adds string property.
setAbsPeakAudioFilePath(String uri) Sets the absolute peak audio file path.
setAlblum(String album) Sets the alblum.
setAltTapeName(String altTapeName) Sets the alternative tape name.
setAltTimeCode(Timecode timecode) Sets the alternative time code.
setArtist(String artist) Sets the artist.
setAudioChannelType(AudioChannelType audioChannelType) Sets the audio channel type.
setAudioSampleRate(int rate) Sets the audio sample rate.
setAudioSampleType(AudioSampleType audioSampleType) Sets the audio sample type.
setCameraAngle(String cameraAngle) Sets the camera angle.
setCameraLabel(String cameraLabel) Sets the camera label.
setCameraMove(String cameraMove) Sets the camera move.
setClient(String client) Sets the client.
setComment(String comment) Sets the comment.
setComposer(String composer) Sets the composer.
setDirector(String director) Sets the director.
setDirectorPhotography(String directorPhotography) Sets the director of photography.
setDuration(Time duration) Sets the duration.
setEngineer(String engineer) Sets the engineer.
setFileDataRate(Rational rate) Sets the file data rate.
setGenre(String genre) Sets the genre.
setGood(boolean good) Sets the good.
setInstrument(String instrument) Sets the instrument.
setIntroTime(Time introTime) Sets the intro time.
setKey(String key) Sets the audio\u2019s musical key.
setLogComment(String comment) Sets the user’s log comment.

XmpDynamicMediaPackage()

public XmpDynamicMediaPackage()

Initializes a new instance of the XmpDynamicMediaPackage class.

addValue(String key, String value)

public void addValue(String key, String value)

Adds string property.

Parameters:

Parameter Type Description
key java.lang.String The string representation of key that is identified with added value.
value java.lang.String The string value.

setAbsPeakAudioFilePath(String uri)

public void setAbsPeakAudioFilePath(String uri)

Sets the absolute peak audio file path.

Parameters:

Parameter Type Description
uri java.lang.String The absolute path to the file\u2019s peak audio file.

setAlblum(String album)

public void setAlblum(String album)

Sets the alblum.

Parameters:

Parameter Type Description
album java.lang.String The album.

setAltTapeName(String altTapeName)

public void setAltTapeName(String altTapeName)

Sets the alternative tape name.

Parameters:

Parameter Type Description
altTapeName java.lang.String Alternative tape name.

setAltTimeCode(Timecode timecode)

public void setAltTimeCode(Timecode timecode)

Sets the alternative time code.

Parameters:

Parameter Type Description
timecode Timecode Time code.

setArtist(String artist)

public void setArtist(String artist)

Sets the artist.

Parameters:

Parameter Type Description
artist java.lang.String The artist.

setAudioChannelType(AudioChannelType audioChannelType)

public void setAudioChannelType(AudioChannelType audioChannelType)

Sets the audio channel type.

Parameters:

Parameter Type Description
audioChannelType AudioChannelType Audio channel type.

setAudioSampleRate(int rate)

public void setAudioSampleRate(int rate)

Sets the audio sample rate.

Parameters:

Parameter Type Description
rate int The audio sample rate.

setAudioSampleType(AudioSampleType audioSampleType)

public void setAudioSampleType(AudioSampleType audioSampleType)

Sets the audio sample type.

Parameters:

Parameter Type Description
audioSampleType AudioSampleType The audio sample type.

setCameraAngle(String cameraAngle)

public void setCameraAngle(String cameraAngle)

Sets the camera angle.

Parameters:

Parameter Type Description
cameraAngle java.lang.String The camera angle.

setCameraLabel(String cameraLabel)

public void setCameraLabel(String cameraLabel)

Sets the camera label.

Parameters:

Parameter Type Description
cameraLabel java.lang.String The camera label.

setCameraMove(String cameraMove)

public void setCameraMove(String cameraMove)

Sets the camera move.

Parameters:

Parameter Type Description
cameraMove java.lang.String The camera move.

setClient(String client)

public void setClient(String client)

Sets the client.

Parameters:

Parameter Type Description
client java.lang.String The client.

setComment(String comment)

public void setComment(String comment)

Sets the comment.

Parameters:

Parameter Type Description
comment java.lang.String The comment.

setComposer(String composer)

public void setComposer(String composer)

Sets the composer.

Parameters:

Parameter Type Description
composer java.lang.String The composer.

setDirector(String director)

public void setDirector(String director)

Sets the director.

Parameters:

Parameter Type Description
director java.lang.String The director.

setDirectorPhotography(String directorPhotography)

public void setDirectorPhotography(String directorPhotography)

Sets the director of photography.

Parameters:

Parameter Type Description
directorPhotography java.lang.String The director of photography.

setDuration(Time duration)

public void setDuration(Time duration)

Sets the duration.

Parameters:

Parameter Type Description
duration Time The duration.

setEngineer(String engineer)

public void setEngineer(String engineer)

Sets the engineer.

Parameters:

Parameter Type Description
engineer java.lang.String The engineer.

setFileDataRate(Rational rate)

public void setFileDataRate(Rational rate)

Sets the file data rate.

Parameters:

Parameter Type Description
rate Rational The file data rate in megabytes per second.

setGenre(String genre)

public void setGenre(String genre)

Sets the genre.

Parameters:

Parameter Type Description
genre java.lang.String The genre.

setGood(boolean good)

public void setGood(boolean good)

Sets the good.

Parameters:

Parameter Type Description
good boolean if set to true a shot is a keeper.

setInstrument(String instrument)

public void setInstrument(String instrument)

Sets the instrument.

Parameters:

Parameter Type Description
instrument java.lang.String The instrument.

setIntroTime(Time introTime)

public void setIntroTime(Time introTime)

Sets the intro time.

Parameters:

Parameter Type Description
introTime Time The intro time.

setKey(String key)

public void setKey(String key)

Sets the audio\u2019s musical key.

Parameters:

Parameter Type Description
key java.lang.String The audio\u2019s musical key. One of: C, C#, D, D#, E, F, F#, G, G#, A, A#, and B.

setLogComment(String comment)

public void setLogComment(String comment)

Sets the user’s log comment.

Parameters:

Parameter Type Description
comment java.lang.String The comment.