VideoObject

@Serializable
class VideoObject(var mimes: Array<String>? = null, var minduration: Int = 0, var maxduration: Int = 60, var protocols: ByteArray? = null)

Constructors

Link copied to clipboard
constructor(mimes: Array<String>? = null, minduration: Int = 0, maxduration: Int = 60, protocols: ByteArray? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard