Timing

class Timing

Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time, in Unix epoch format, that the transcoding job finished

Link copied to clipboard

The time, in Unix epoch format, that transcoding for the job began.

Link copied to clipboard

The time, in Unix epoch format, that you submitted the job.

Functions

Link copied to clipboard
inline fun copy(block: Timing.Builder.() -> Unit = {}): Timing
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String