Skip to content

MediaUploadResponse_MediaProcessingInfo

daneden edited this page Jan 26, 2022 · 3 revisions

MediaUploadResponse.MediaProcessingInfo

An object containing information about the media's processing status.

public struct MediaProcessingInfo: Codable 

Inheritance

Codable

Properties

state

The current processing state of the media

public let state: State

checkAfterSecs

How many seconds the user is advised to wait before checking the status of the media again

public let checkAfterSecs: Int?

progressPercent

The percent completion of the media processing

public let progressPercent: Int?

error

Any errors that caused the media processing to fail

public let error: ProcessingError?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally