XmpDynamicMediaPackage class
Leave feedback
On this page
Represents XMP Dynamic Media namespace.
Inheritance: XmpDynamicMediaPackage →
XmpPackage →
XmpMetadataContainer →
CustomPackage →
MetadataPackage
The XmpDynamicMediaPackage type exposes the following members:
| Constructor | Description |
|---|---|
__init__(self) |
Initializes a new instance of the XmpDynamicMediaPackage class. |
| Property | Description |
|---|---|
| metadata_type | Gets the metadata type. |
| keys | Gets a collection of the metadata property names. |
| property_descriptors | Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine. |
| count | Gets the number of metadata properties. |
| prefix | Gets the xmlns prefix. |
| namespace_uri | Gets the namespace URI. |
| xml_namespace | Gets the XML namespace. |
| abs_peak_audio_file_path | Gets or sets the absolute path to the file’s peak audio file. |
| album | Gets or sets the name of the album. |
| alt_tape_name | Gets or sets the alternative tape name, set via the project window or timecode dialog in Premiere. |
| alt_timecode | Gets or sets the timecode set by the user. |
| artist | Gets or sets the name of the artist or artists. |
| audio_channel_type | Gets or sets the audio channel type. |
| audio_compressor | Gets or sets the audio compression used. |
| audio_sample_rate | Gets or sets the audio sample rate. |
| audio_sample_type | Gets or sets the audio sample type. |
| camera_angle | Gets or sets the orientation of the camera to the subject in a static shot, from a fixed set of industry standard terminology. |
| camera_label | Gets or sets the description of the camera used for a shoot. |
| camera_model | Gets or sets the make and model of the camera used for a shoot. |
| camera_move | Gets or sets the movement of the camera during the shot, from a fixed set of industry standard terminology. |
| client | Gets or sets the client for the job of which this shot or take is a part. |
| comment | Gets or sets the user’s comments. |
| composer | Gets or sets the composer’s names. |
| director | Gets or sets the director of the scene. |
| director_photography | Gets or sets the director of photography for the scene. |
| duration | Gets or sets the duration of the media file. |
| engineer | Gets or sets the engineer’s names. |
| file_data_rate | Gets or sets the file data rate in megabytes per second. |
| genre | Gets or sets the name of the genres. |
| good | Gets or sets a value indicating whether the shot is a keeper. |
| instrument | Gets or sets the musical instruments. |
| intro_time | Gets or sets the duration of lead time for queuing music. |
| key | Gets or sets the audio’s musical key. |
| log_comment | Gets or sets the user’s log comments. |
| loop | Gets or sets a value indicating whether the clip can be looped seamlessly. |
| number_of_beats | Gets or sets the total number of musical beats in a clip; for example, the beats-per-second times the duration in seconds. |
| out_cue | Gets or sets the time at which to fade out. |
| project_name | Gets or sets the name of the project of which this file is a part. |
| relative_timestamp | Gets or sets the start time of the media inside the audio project. |
| release_date | Gets or sets the date the title was released. |
| shot_date | Gets or sets the date and time when the video was shot. |
| start_timecode | Gets or sets the timecode of the first frame of video in the file, as obtained from the device control. |
| take_number | Gets or sets a numeric value indicating the absolute number of a take. |
| tempo | Gets or sets the audio’s tempo. |
| track_number | Gets or sets a numeric value indicating the order of the audio file within its original recording. |
| video_alpha_premultiple_color | Gets or sets the timecode of the first frame of video in the file, as obtained from the device control. |
| video_alpha_unity_is_transparent | Gets or sets a value indicating whether the unity is clear. |
| video_frame_rate | Gets or sets the video frame rate. |
| video_frame_size | Gets or sets the frame size. |
| video_pixel_aspect_ratio | Gets or sets the aspect ratio, expressed as wd/ht. |
| part_of_compilation | Gets or sets a value indicating whether the resource is a part of compilation. |
| Method | Description |
|---|---|
set(self, name, value) |
Sets string property. |
set(self, name, value) |
Sets the value inherited from XmpComplexType . |
set(self, name, value) |
Sets integer property. |
set(self, name, value) |
Sets boolean property. |
set(self, name, value) |
Sets DateTime property. |
set(self, name, value) |
Sets double property. |
set(self, name, value) |
Sets the value inherited from XmpValueBase . |
set(self, name, value) |
Sets the value inherited from XmpArray . |
contains(self, property_name) |
Determines whether the package contains a metadata property with the specified name. |
find_properties(self, specification) |
Finds the metadata properties satisfying a specification.
The search is recursive so it affects all nested packages as well. |
update_properties(self, specification, value) |
Updates known metadata properties satisfying a specification.
The operation is recursive so it affects all nested packages as well. |
remove_properties(self, specification) |
Removes metadata properties satisfying a specification. |
add_properties(self, specification, value) |
Adds known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well. |
set_properties(self, specification, value) |
Sets known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well. This method is a combination of MetadataPackage.add_properties and MetadataPackage.update_properties.
If an existing property satisfies the specification its value is updated. If there is a known property missing in the package that satisfies the specification it is added to the package. |
sanitize(self) |
Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well. |
get_xmp_representation(self) |
Converts the XMP value to the XML representation. |
remove(self, name) |
Removes the property with the specified name. |
clear(self) |
Removes all XMP properties. |
set_audio_channel_type(self, audio_channel_type) |
Sets the audio channel type. |
set_audio_sample_type(self, audio_sample_type) |
Sets the audio sample type. |
- module
groupdocs.metadata.standards.xmp.schemes - class
CustomPackage - class
MetadataPackage - class
XmpArray - class
XmpComplexType - class
XmpDynamicMediaPackage - class
XmpMetadataContainer - class
XmpPackage - class
XmpValueBase
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.