EncodedVideoChunkMetadata
Generated.swift:5071class EncodedVideoChunkMetadata
class EncodedVideoChunkMetadata
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(decoderConfig: VideoDecoderConfig, svc: SvcOutputMetadata, alphaSideData: BufferSource)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var alphaSideData: BufferSource { get set }
@ReadWriteAttribute var decoderConfig: VideoDecoderConfig { get set }
@ReadWriteAttribute var svc: SvcOutputMetadata { get set }