Class VideoClip

  • All Implemented Interfaces:
    Serializable, DeepObject

    public class VideoClip
    extends Object
    implements Serializable, DeepObject
    Use this object to create a smaller clip from a video you upload. - You can only create video clips in the same request where you create the video container. - You cannot update the starting or ending timestamps of a video clip after you created the video container. - When you upload a video file into a container where you defined a starting and ending timestamp, the API trims the video according to those timestamps to create a clip.
    See Also:
    Serialized Form
    • Constructor Detail

      • VideoClip

        public VideoClip()
    • Method Detail

      • getStartTimecode

        @Nullable
        public String getStartTimecode()
        The timestamp that defines the beginning of the video clip you want to create. The value must follow the `HH:MM:SS` format.
        Returns:
        startTimecode
      • setStartTimecode

        public void setStartTimecode​(String startTimecode)
      • getEndTimecode

        @Nullable
        public String getEndTimecode()
        The timestamp that defines the end of the video clip you want to create. The value must follow the `HH:MM:SS` format.
        Returns:
        endTimecode
      • setEndTimecode

        public void setEndTimecode​(String endTimecode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object