XmpDynamicMediaPackage

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

public final class XmpDynamicMediaPackage extends XmpPackage

Represents XMP Dynamic Media namespace.

Constructors

ConstructorDescription
XmpDynamicMediaPackage()Initializes a new instance of the XmpDynamicMediaPackage class.

Methods

MethodDescription
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:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with added value.
valuejava.lang.StringThe string value.

setAbsPeakAudioFilePath(String uri)

public void setAbsPeakAudioFilePath(String uri)

Sets the absolute peak audio file path.

Parameters:

ParameterTypeDescription
urijava.lang.StringThe absolute path to the file\u2019s peak audio file.

setAlblum(String album)

public void setAlblum(String album)

Sets the alblum.

Parameters:

ParameterTypeDescription
albumjava.lang.StringThe album.

setAltTapeName(String altTapeName)

public void setAltTapeName(String altTapeName)

Sets the alternative tape name.

Parameters:

ParameterTypeDescription
altTapeNamejava.lang.StringAlternative tape name.

setAltTimeCode(Timecode timecode)

public void setAltTimeCode(Timecode timecode)

Sets the alternative time code.

Parameters:

ParameterTypeDescription
timecodeTimecodeTime code.

setArtist(String artist)

public void setArtist(String artist)

Sets the artist.

Parameters:

ParameterTypeDescription
artistjava.lang.StringThe artist.

setAudioChannelType(AudioChannelType audioChannelType)

public void setAudioChannelType(AudioChannelType audioChannelType)

Sets the audio channel type.

Parameters:

ParameterTypeDescription
audioChannelTypeAudioChannelTypeAudio channel type.

setAudioSampleRate(int rate)

public void setAudioSampleRate(int rate)

Sets the audio sample rate.

Parameters:

ParameterTypeDescription
rateintThe audio sample rate.

setAudioSampleType(AudioSampleType audioSampleType)

public void setAudioSampleType(AudioSampleType audioSampleType)

Sets the audio sample type.

Parameters:

ParameterTypeDescription
audioSampleTypeAudioSampleTypeThe audio sample type.

setCameraAngle(String cameraAngle)

public void setCameraAngle(String cameraAngle)

Sets the camera angle.

Parameters:

ParameterTypeDescription
cameraAnglejava.lang.StringThe camera angle.

setCameraLabel(String cameraLabel)

public void setCameraLabel(String cameraLabel)

Sets the camera label.

Parameters:

ParameterTypeDescription
cameraLabeljava.lang.StringThe camera label.

setCameraMove(String cameraMove)

public void setCameraMove(String cameraMove)

Sets the camera move.

Parameters:

ParameterTypeDescription
cameraMovejava.lang.StringThe camera move.

setClient(String client)

public void setClient(String client)

Sets the client.

Parameters:

ParameterTypeDescription
clientjava.lang.StringThe client.

setComment(String comment)

public void setComment(String comment)

Sets the comment.

Parameters:

ParameterTypeDescription
commentjava.lang.StringThe comment.

setComposer(String composer)

public void setComposer(String composer)

Sets the composer.

Parameters:

ParameterTypeDescription
composerjava.lang.StringThe composer.

setDirector(String director)

public void setDirector(String director)

Sets the director.

Parameters:

ParameterTypeDescription
directorjava.lang.StringThe director.

setDirectorPhotography(String directorPhotography)

public void setDirectorPhotography(String directorPhotography)

Sets the director of photography.

Parameters:

ParameterTypeDescription
directorPhotographyjava.lang.StringThe director of photography.

setDuration(Time duration)

public void setDuration(Time duration)

Sets the duration.

Parameters:

ParameterTypeDescription
durationTimeThe duration.

setEngineer(String engineer)

public void setEngineer(String engineer)

Sets the engineer.

Parameters:

ParameterTypeDescription
engineerjava.lang.StringThe engineer.

setFileDataRate(Rational rate)

public void setFileDataRate(Rational rate)

Sets the file data rate.

Parameters:

ParameterTypeDescription
rateRationalThe file data rate in megabytes per second.

setGenre(String genre)

public void setGenre(String genre)

Sets the genre.

Parameters:

ParameterTypeDescription
genrejava.lang.StringThe genre.

setGood(boolean good)

public void setGood(boolean good)

Sets the good.

Parameters:

ParameterTypeDescription
goodbooleanif set to true a shot is a keeper.

setInstrument(String instrument)

public void setInstrument(String instrument)

Sets the instrument.

Parameters:

ParameterTypeDescription
instrumentjava.lang.StringThe instrument.

setIntroTime(Time introTime)

public void setIntroTime(Time introTime)

Sets the intro time.

Parameters:

ParameterTypeDescription
introTimeTimeThe intro time.

setKey(String key)

public void setKey(String key)

Sets the audio\u2019s musical key.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe 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:

ParameterTypeDescription
commentjava.lang.StringThe comment.