XmpDynamicMediaPackage

XmpDynamicMediaPackage class

Represents XMP Dynamic Media namespace.

public sealed class XmpDynamicMediaPackage : XmpPackage

Constructors

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

Properties

Name Description
AbsPeakAudioFilePath { get; set; } Gets or sets the absolute path to the file’s peak audio file.
Album { get; set; } Gets or sets the name of the album.
AltTapeName { get; set; } Gets or sets the alternative tape name, set via the project window or timecode dialog in Premiere.
AltTimecode { get; set; } Gets or sets the timecode set by the user.
Artist { get; set; } Gets or sets the name of the artist or artists.
AudioChannelType { get; set; } Gets or sets the audio channel type.
AudioCompressor { get; set; } Gets or sets the audio compression used.
AudioSampleRate { get; set; } Gets or sets the audio sample rate.
AudioSampleType { get; set; } Gets or sets the audio sample type.
CameraAngle { get; set; } Gets or sets the orientation of the camera to the subject in a static shot, from a fixed set of industry standard terminology.
CameraLabel { get; set; } Gets or sets the description of the camera used for a shoot.
CameraModel { get; set; } Gets or sets the make and model of the camera used for a shoot.
CameraMove { get; set; } Gets or sets the movement of the camera during the shot, from a fixed set of industry standard terminology.
Client { get; set; } Gets or sets the client for the job of which this shot or take is a part.
Comment { get; set; } Gets or sets the user’s comments.
Composer { get; set; } Gets or sets the composer’s names.
Count { get; } Gets the number of metadata properties.
Director { get; set; } Gets or sets the director of the scene.
DirectorPhotography { get; set; } Gets or sets the director of photography for the scene.
Duration { get; set; } Gets or sets the duration of the media file.
Engineer { get; set; } Gets or sets the engineer’s names.
FileDataRate { get; set; } Gets or sets the file data rate in megabytes per second.
Genre { get; set; } Gets or sets the name of the genres.
Good { get; set; } Gets or sets a value indicating whether the shot is a keeper.
Instrument { get; set; } Gets or sets the musical instruments.
IntroTime { get; set; } Gets or sets the duration of lead time for queuing music.
Item { get; } Gets the MetadataProperty with the specified name.
Key { get; set; } Gets or sets the audio’s musical key.
Keys { get; } Gets a collection of the metadata property names.
LogComment { get; set; } Gets or sets the user’s log comments.
Loop { get; set; } Gets or sets a value indicating whether the clip can be looped seamlessly.
MetadataType { get; } Gets the metadata type.
NamespaceUri { get; } Gets the namespace URI.
NumberOfBeats { get; set; } Gets or sets the total number of musical beats in a clip; for example, the beats-per-second times the duration in seconds.
OutCue { get; set; } Gets or sets the time at which to fade out.
PartOfCompilation { get; set; } Gets or sets a value indicating whether the resource is a part of compilation.
Prefix { get; } Gets the xmlns prefix.
ProjectName { get; set; } Gets or sets the name of the project of which this file is a part.
PropertyDescriptors { get; } Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
RelativeTimestamp { get; set; } Gets or sets the start time of the media inside the audio project.
ReleaseDate { get; set; } Gets or sets the date the title was released.
ShotDate { get; set; } Gets or sets the date and time when the video was shot.
StartTimecode { get; set; } Gets or sets the timecode of the first frame of video in the file, as obtained from the device control.
TakeNumber { get; set; } Gets or sets a numeric value indicating the absolute number of a take.
Tempo { get; set; } Gets or sets the audio’s tempo.
TrackNumber { get; set; } Gets or sets a numeric value indicating the order of the audio file within its original recording.
VideoAlphaPremultipleColor { get; set; } Gets or sets the timecode of the first frame of video in the file, as obtained from the device control.
VideoAlphaUnityIsTransparent { get; set; } Gets or sets a value indicating whether the unity is clear.
VideoFrameRate { get; set; } Gets or sets the video frame rate.
VideoFrameSize { get; set; } Gets or sets the frame size.
VideoPixelAspectRatio { get; set; } Gets or sets the aspect ratio, expressed as wd/ht.
XmlNamespace { get; } Gets the XML namespace.

Methods

Name Description
virtual AddProperties(Func<MetadataProperty, bool>, PropertyValue) Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well.
Clear() Removes all XMP properties.
Contains(string) Determines whether the package contains a metadata property with the specified name.
virtual FindProperties(Func<MetadataProperty, bool>) Finds the metadata properties satisfying the specified predicate. The search is recursive so it affects all nested packages as well.
GetEnumerator() Returns an enumerator that iterates through the collection.
override GetXmpRepresentation() Converts the XMP value to the XML representation.
Remove(string) Removes the property with the specified name.
virtual RemoveProperties(Func<MetadataProperty, bool>) Removes metadata properties satisfying the specified predicate.
virtual Sanitize() Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.
Set(string, bool) Sets boolean property.
Set(string, DateTime) Sets DateTime property.
Set(string, double) Sets double property.
Set(string, int) Sets integer property.
override Set(string, string) Sets string property.
virtual Set(string, XmpArray) Sets the value inherited from XmpArray .
override Set(string, XmpComplexType) Sets the value inherited from XmpComplexType .
Set(string, XmpValueBase) Sets the value inherited from XmpValueBase .
SetAudioChannelType(XmpAudioChannelType) Sets the audio channel type.
SetAudioSampleType(XmpAudioSampleType) Sets the audio sample type.
virtual SetProperties(Func<MetadataProperty, bool>, PropertyValue) Sets known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. This method is a combination of AddProperties and UpdateProperties. If an existing property satisfies the predicate its value is updated. If there is a known property missing in the package that satisfies the predicate it is added to the package.
virtual UpdateProperties(Func<MetadataProperty, bool>, PropertyValue) Updates known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well.

See Also