public final class MovPackage extends CustomPackage
| Modifier and Type | Method and Description |
|---|---|
String |
getAlbum()
Album or collection name of which the movie content forms a part
|
String |
getArtist()
Name of the artist who created the movie file content.
|
String |
getArtwork()
A single image that can represent the movie file content.
|
MovAtom[] |
getAtoms()
Gets an array of
MovAtom atoms. |
String |
getAuthor()
Name of the author of the movie file content.
|
String |
getComment()
User entered comment regarding the movie file content.
|
String |
getCopyright()
Copyright statement for the movie file content.
|
String |
getCreationDate()
The date the movie file content was created.
|
String |
getDescription()
Description of the movie file content.
|
String |
getDirector()
Name of the director of the movie content.
|
String |
getGenre()
Text describing the genre or genres to which the movie content conforms.
|
String |
getInformation()
Information about the movie file content.
|
String |
getKeywords()
Keywords associated with the movie file content.
|
String |
getLocationBody()
The astronomical body, for compatibility with the 3GPP format
|
String |
getLocationDate()
A date and time, stored using the extended format defined in ISO 8601:2004- Data elements and interchange format.
|
String |
getLocationFacing()
An indication of the direction the camera is facing during the shot.
|
String |
getLocationMotion()
An indication of the direction the camera is moving during the shot.
|
String |
getLocationName()
Name of the location.
|
String |
getLocationNote()
Descriptive comment.
|
String |
getLocationRole()
A single byte, binary value containing a value from the set: 0 indicates “shooting location”, 1 indicates “real location”, 2 indicates “fictional location”.
|
com.aspose.ms.System.DateTime |
getMovieCreationTime()
A 32-bit integer that specifies the creation calendar date and time for the movie atom.
|
long |
getMovieDuration()
A time value that indicates the duration of the movie in seconds.
|
com.aspose.ms.System.DateTime |
getMovieModificationTime()
A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.
|
String |
getProducer()
Name of producer of movie file content.
|
String |
getPublisher()
Name of publisher of movie file content.
|
String |
getSoftware()
Name of software used to create the movie file content.
|
String |
getTitle()
The title of the movie file content.
|
String |
getUserRatings()
A number, assigned by the user, that indicates the rating or relative value of the movie.
|
String |
getUsers()
A name indicating a user-defined collection that includes this movie.
|
String |
getYear()
Year when the movie file or the original content was created or recorded.
|
void |
setMovieCreationTime(com.aspose.ms.System.DateTime value)
A 32-bit integer that specifies the creation calendar date and time for the movie atom.
|
void |
setMovieModificationTime(com.aspose.ms.System.DateTime value)
A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getAlbum()
Album or collection name of which the movie content forms a part
Value: The Album.public final String getArtist()
Name of the artist who created the movie file content.
Value: The Artist.public final String getArtwork()
A single image that can represent the movie file content.
Value: The Artwork.public final MovAtom[] getAtoms()
Gets an array of MovAtom atoms.
public final String getAuthor()
Name of the author of the movie file content.
Value: The Author.public final String getComment()
User entered comment regarding the movie file content.
Value: The Comment.public final String getCopyright()
Copyright statement for the movie file content.
Value: The Copyright.public final String getCreationDate()
The date the movie file content was created.
Value: The CreationDate.public final String getDescription()
Description of the movie file content.
Value: The Description.public final String getDirector()
Name of the director of the movie content.
Value: The Director.public final String getGenre()
Text describing the genre or genres to which the movie content conforms.
Value: The Genre.public final String getInformation()
Information about the movie file content.
Value: The Information.public final String getKeywords()
Keywords associated with the movie file content.
Value: The Keywords.public final String getLocationBody()
The astronomical body, for compatibility with the 3GPP format
Value: The LocationBody.public final String getLocationDate()
A date and time, stored using the extended format defined in ISO 8601:2004- Data elements and interchange format.
Value: The LocationDate.public final String getLocationFacing()
An indication of the direction the camera is facing during the shot.
Value: The LocationFacing.public final String getLocationMotion()
An indication of the direction the camera is moving during the shot.
Value: The LocationMotion.public final String getLocationName()
Name of the location.
Value: The LocationName.public final String getLocationNote()
Descriptive comment.
Value: The LocationNote.public final String getLocationRole()
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.
Value: The LocationRole.public final com.aspose.ms.System.DateTime getMovieCreationTime()
A 32-bit integer that specifies the creation calendar date and time for the movie atom.
Value: A 32-bit integer that specifies the creation calendar date and time for the movie atom.public final long getMovieDuration()
A time value that indicates the duration of the movie in seconds.
Value: A time value that indicates the duration of the movie in seconds.public final com.aspose.ms.System.DateTime getMovieModificationTime()
A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.
Value: A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.public final String getProducer()
Name of producer of movie file content.
Value: The Producer.public final String getPublisher()
Name of publisher of movie file content.
Value: The Publisher.public final String getSoftware()
Name of software used to create the movie file content.
Value: The Software.public final String getTitle()
The title of the movie file content.
Value: The Title.public final String getUserRatings()
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.
Value: The UserRatings.public final String getUsers()
A name indicating a user-defined collection that includes this movie.
Value: The Users.public final String getYear()
Year when the movie file or the original content was created or recorded.
Value: The Year.public final void setMovieCreationTime(com.aspose.ms.System.DateTime value)
A 32-bit integer that specifies the creation calendar date and time for the movie atom.
Value: A 32-bit integer that specifies the creation calendar date and time for the movie atom.public final void setMovieModificationTime(com.aspose.ms.System.DateTime value)
A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.
Value: A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.Copyright © 2025. All rights reserved.