Container

class Container

The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout.

Types

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

Properties

Link copied to clipboard

The total duration of your media file, in seconds.

Link copied to clipboard

The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM or MXF. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.

Link copied to clipboard

Details about each track (video, audio, or data) in the media file.

Functions

Link copied to clipboard
inline fun copy(block: Container.Builder.() -> Unit = {}): Container
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