Class XmpDynamicMediaPackage

XmpDynamicMediaPackage class

Represents XMP Dynamic Media namespace.

public sealed class XmpDynamicMediaPackage : XmpPackage

Constructors

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

Properties

NameDescription
virtual Item { get; set; }Gets or sets the Object with the specified key.
virtual Keys { get; }Gets the keys in XMP package.
NamespaceUri { get; }Gets the namespace URI.
Prefix { get; }Gets the prefix.
XmlNamespace { get; }Gets the XML namespace.

Methods

NameDescription
override AddValue(string, string)Adds string property.
virtual Clear()Clears this instance.
virtual ContainsKey(string)Determines whether the specified key contains key.
GetEnumerator()Returns an enumerator that iterates through the collection.
virtual GetXmlValue()Converts XMP value to the XML representation.
virtual Remove(string)Remove the value with the specified key.
SetAbsPeakAudioFilePath(string)Sets the absolute peak audio file path.
SetAlblum(string)Sets the alblum.
SetAltTapeName(string)Sets the alternative tape name.
SetAltTimeCode(Timecode)Sets the alternative time code.
SetArtist(string)Sets the artist.
SetAudioChannelType(AudioChannelType)Sets the audio channel type.
SetAudioSampleRate(int)Sets the audio sample rate.
SetAudioSampleType(AudioSampleType)Sets the audio sample type.
SetCameraAngle(string)Sets the camera angle.
SetCameraLabel(string)Sets the camera label.
SetCameraMove(string)Sets the camera move.
SetClient(string)Sets the client.
SetComment(string)Sets the comment.
SetComposer(string)Sets the composer.
SetDirector(string)Sets the director.
SetDirectorPhotography(string)Sets the director of photography.
SetDuration(Time)Sets the duration.
SetEngineer(string)Sets the engineer.
SetFileDataRate(Rational)Sets the file data rate.
SetGenre(string)Sets the genre.
SetGood(bool)Sets the good.
SetInstrument(string)Sets the instrument.
SetIntroTime(Time)Sets the intro time.
SetKey(string)Sets the audio’s musical key.
SetLogComment(string)Sets the user’s log comment.
virtual SetValue(string, IXmlValue)Sets the value.
virtual SetXmpTypeValue(string, XmpTypeBase)Sets the XMP type value.

See Also