Class Quality

    • Constructor Detail

      • Quality

        public Quality()
    • Method Detail

      • getQuality

        @Nullable
        public Quality.QualityEnum getQuality()
        The quality of the video you have, in pixels. Choices include 360p, 480p, 720p, 1080p, and 2160p.
        Returns:
        quality
      • getStatus

        @Nullable
        public Quality.StatusEnum getStatus()
        The status of your video. Statuses include waiting - the video is waiting to be encoded. encoding - the video is in the process of being encoded. encoded - the video was successfully encoded. failed - the video failed to be encoded.
        Returns:
        status
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object