Class VideoInfo
- java.lang.Object
-
- io.github.ma1uta.matrix.event.nested.FileInfo
-
- io.github.ma1uta.matrix.event.nested.VideoInfo
-
public class VideoInfo extends FileInfo
Video info.
-
-
Constructor Summary
Constructors Constructor Description VideoInfo()
-
Method Summary
-
Methods inherited from class io.github.ma1uta.matrix.event.nested.FileInfo
getMimetype, getSize, getThumbnailFile, getThumbnailInfo, getThumbnailUrl, setMimetype, setSize, setThumbnailFile, setThumbnailInfo, setThumbnailUrl
-
-
-
-
Field Detail
-
height
private Long height
The intended display height of the image in pixels. This may differ from the intrinsic dimensions of the image file.
-
width
private Long width
The intended display width of the image in pixels. This may differ from the intrinsic dimensions of the image file.
-
duration
private Long duration
The duration of the video in milliseconds.
-
-