class documentation
Class for storing metadata about video samples.
Parameters | |
size | the size of the video on disk, in bytes |
mime | the MIME type of the video |
frame | the width of the video frames, in pixels |
frame | the height of the video frames, in pixels |
frame | the frame rate of the video |
total | the total number of frames in the video |
duration | the duration of the video, in seconds |
encoding | the encoding string for the video |
Class Method | build |
Builds an VideoMetadata object for the given video. |
Class Variable | duration |
Undocumented |
Class Variable | encoding |
Undocumented |
Class Variable | frame |
Undocumented |
Class Variable | frame |
Undocumented |
Class Variable | frame |
Undocumented |
Class Variable | total |
Undocumented |
Inherited from Metadata
:
Class Method | _build |
Undocumented |
Class Method | _build |
Undocumented |
Builds an VideoMetadata
object for the given video.
Parameters | |
video | the path to a video on disk or a URL |
mimeNone | the MIME type of the image. If not provided, it will be guessed |
Returns | |
a VideoMetadata |