MovPackage class
MovPackage class
Represents QuickTime metadata.
Inheritance: MovPackage →
CustomPackage →
MetadataPackage
The MovPackage type exposes the following members:
Properties
| 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. |
| director | Name of the director of the movie content. |
| description | Description of the movie file content. |
| location_motion | An indication of the direction the camera is moving during the shot. |
| location_facing | An indication of the direction the camera is facing during the shot. |
| location_date | A date and time, stored using the extended format defined in ISO 8601:2004- Data elements and interchange format. |
| location_role | A single byte, binary value containing a value from the set: 0 indicates “shooting location”, 1 indicates “real location”, 2 indicates “fictional location”.
Other values are reserved. |
| location_note | Descriptive comment. |
| location_body | The astronomical body, for compatibility with the 3GPP format |
| location_name | Name of the location. |
| user_ratings | A number, assigned by the user, that indicates the rating or relative value of the movie.
This number can range from 0.0 to 5.0. A value of 0.0 indicates that the user has not rated the movie. |
| users | A name indicating a user-defined collection that includes this movie. |
| year | Year when the movie file or the original content was created or recorded. |
| software | Name of software used to create the movie file content. |
| producer | Name of producer of movie file content. |
| album | Album or collection name of which the movie content forms a part |
| keywords | Keywords associated with the movie file content. |
| information | Information about the movie file content. |
| genre | Text describing the genre or genres to which the movie content conforms. |
| title | The title of the movie file content. |
| creation_date | The date the movie file content was created. |
| copyright | Copyright statement for the movie file content. |
| comment | User entered comment regarding the movie file content. |
| author | Name of the author of the movie file content. |
| artwork | A single image that can represent the movie file content. |
| artist | Name of the artist who created the movie file content. |
| publisher | Name of publisher of movie file content. |
| movie_creation_time | A 32-bit integer that specifies the creation calendar date and time for the movie atom. |
| movie_modification_time | A 32-bit integer that specifies the calendar date and time of the last change to the movie atom. |
| movie_duration | A time value that indicates the duration of the movie in seconds. |
| atoms | Gets an array of MovAtom atoms. |
Methods
| Method | Description |
|---|---|
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. |
Remarks
Learn more | | |
See Also
- module
groupdocs.metadata.formats.video - class
CustomPackage - class
MetadataPackage - class
MovAtom - class
MovPackage