Class Video.VideoStatus

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Video.VideoStatus
All Implemented Interfaces:
Serializable
Enclosing class:
Video

public static class Video.VideoStatus extends AbstractFacebookType
See Also:
  • Constructor Details

  • Method Details

    • getVideoStatus

      Status of a video. Either "ready" (uploaded, encoded, thumbnails extracted), "processing" (not ready yet) or "error" (processing failed).
      Returns:
      Status of a video
    • setVideoStatus

      public void setVideoStatus(String videoStatus)
      Status of a video. Either "ready" (uploaded, encoded, thumbnails extracted), "processing" (not ready yet) or "error" (processing failed).
    • getProcessingProgress

      Video processing progress in percent [int 0 to 100].
      Returns:
      Video processing progress in percent [int 0 to 100].
    • setProcessingProgress

      public void setProcessingProgress(Integer processingProgress)
      Video processing progress in percent [int 0 to 100].
    • getUploadingVideoPhase

      This structure contains information about progress through the uploading phase. The bytes_transferred field can be used in conjunction with the upload endpoint to resume an interrupted upload.
    • setUploadingVideoPhase

      public void setUploadingVideoPhase(Video.VideoPhase uploadingVideoPhase)
      This structure contains information about progress through the uploading phase. The bytes_transferred field can be used in conjunction with the upload endpoint to resume an interrupted upload.
    • getProcessingVideoPhase

      This structure contains information about progress through the processing phase. This phase encompasses generating alternate media encodings, thumbnails, and other assets necessary for publishing.
    • setProcessingVideoPhase

      public void setProcessingVideoPhase(Video.VideoPhase processingVideoPhase)
      This structure contains information about progress through the processing phase. This phase encompasses generating alternate media encodings, thumbnails, and other assets necessary for publishing.
    • getPublishingVideoPhase

      This structure contains information about progress through the publishing phase. This phase encompasses adding the video to the page, and if scheduled, will describe when the video is intended to be published.
    • setPublishingVideoPhase

      public void setPublishingVideoPhase(Video.VideoPhase publishingVideoPhase)
      This structure contains information about progress through the publishing phase. This phase encompasses adding the video to the page, and if scheduled, will describe when the video is intended to be published.