MediaUploadResponse_MediaProcessingInfo - daneden/Twift GitHub Wiki

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?