Transform Output Custom Preset Format
data class TransformOutputCustomPresetFormat(val jpg: TransformOutputCustomPresetFormatJpg? = null, val mp4: TransformOutputCustomPresetFormatMp4? = null, val png: TransformOutputCustomPresetFormatPng? = null, val transportStream: TransformOutputCustomPresetFormatTransportStream? = null)
Constructors
Link copied to clipboard
constructor(jpg: TransformOutputCustomPresetFormatJpg? = null, mp4: TransformOutputCustomPresetFormatMp4? = null, png: TransformOutputCustomPresetFormatPng? = null, transportStream: TransformOutputCustomPresetFormatTransportStream? = null)