VideoExportFormat

enum VideoExportFormat : Enum<VideoExportFormat>

Entries

MP4
Link copied to clipboard
MP4(ExportFormat.VIDEO_MP4)
VP8
Link copied to clipboard
VP8(ExportFormat.VIDEO_VP8)

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: VideoExportFormat): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<VideoExportFormat>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

exportFormat
Link copied to clipboard
val exportFormat: <ERROR CLASS>
name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int