MediaFileFormat

data class MediaFileFormat(val type: MediaType? = null, val width: Int? = null, val height: Int? = null, val _codec: String? = null, val _frameRate: Int? = null)

Media file format setting

Constructors

Link copied to clipboard
constructor(type: MediaType? = null, width: Int? = null, height: Int? = null, _codec: String? = null, _frameRate: Int? = null)

Properties

Link copied to clipboard
val _codec: String? = null

video codec

Link copied to clipboard
val _frameRate: Int? = null

frame rate (theta)

Link copied to clipboard
val height: Int? = null

media height

Link copied to clipboard
val type: MediaType? = null

media type.

Link copied to clipboard
val width: Int? = null

media width