EncodedVideoChunkInit
Generated.swift:5040class EncodedVideoChunkInit
class EncodedVideoChunkInit
import DOM
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(type: EncodedVideoChunkType, timestamp: Int64, duration: UInt64, data: AllowSharedBufferSource)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var data: AllowSharedBufferSource { get set }
@ReadWriteAttribute var duration: UInt64 { get set }
@ReadWriteAttribute var timestamp: Int64 { get set }
@ReadWriteAttribute var type: EncodedVideoChunkType { get set }