Enum VideoStatusIngest.StatusEnum

  • All Implemented Interfaces:
    Serializable, Comparable<VideoStatusIngest.StatusEnum>
    Enclosing class:
    VideoStatusIngest

    public static enum VideoStatusIngest.StatusEnum
    extends Enum<VideoStatusIngest.StatusEnum>
    There are four possible statuses depending on how you provide a video file: - `uploading` - the API is gathering the video source file from an upload. - `uploaded` - the video file is fully uploaded. - `ingesting` - the API is gathering the video source file from either a URL, or from cloning. - `ingested` - the video file is fully stored.