Class VideoInfo


  • public class VideoInfo
    extends FileInfo
    Video info.
    • 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.
    • Constructor Detail

      • VideoInfo

        public VideoInfo()
    • Method Detail

      • getHeight

        public Long getHeight()
      • setHeight

        public void setHeight​(Long height)
      • getWidth

        public Long getWidth()
      • setWidth

        public void setWidth​(Long width)
      • getDuration

        public Long getDuration()
      • setDuration

        public void setDuration​(Long duration)