Class VideoThumbnailPickPayload

    • Constructor Detail

      • VideoThumbnailPickPayload

        public VideoThumbnailPickPayload()
    • Method Detail

      • getTimecode

        public String getTimecode()
        Frame in video to be used as a placeholder before the video plays. Example: '\"00:01:00.000\" for 1 minute into the video.' Valid Patterns: \"hh:mm:ss.ms\" \"hh:mm:ss:frameNumber\" \"124\" (integer value is reported as seconds) If selection is out of range, \"00:00:00.00\" will be chosen.
        Returns:
        timecode
      • setTimecode

        public void setTimecode​(String timecode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object