Package com.restfb.types
Class Video.VideoStatus
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Video.VideoStatus
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Video
Represents the Video Status Graph
API type.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionVideo processing progress in percent [int 0 to 100].This structure contains information about progress through the processing phase.This structure contains information about progress through the publishing phase.This structure contains information about progress through the uploading phase.Status of a video.void
setProcessingProgress
(Integer processingProgress) Video processing progress in percent [int 0 to 100].void
setProcessingVideoPhase
(Video.VideoPhase processingVideoPhase) This structure contains information about progress through the processing phase.void
setPublishingVideoPhase
(Video.VideoPhase publishingVideoPhase) This structure contains information about progress through the publishing phase.void
setUploadingVideoPhase
(Video.VideoPhase uploadingVideoPhase) This structure contains information about progress through the uploading phase.void
setVideoStatus
(String videoStatus) Status of a video.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoStatus
public VideoStatus()
-
-
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
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
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
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
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
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.
-