movie_modification_time property

movie_modification_time property

A 32-bit integer that specifies the calendar date and time of the last change to the movie atom.

Definition:

@property
def movie_modification_time(self):
    ...
@movie_modification_time.setter
def movie_modification_time(self, value):
    ...

See Also