LiveKit Swift Client SDK Documentation

Structure IPCMessage.​Buffer.​Video

public struct Video  
%137 IPCMessage.Buffer.Video IPCMessage.Buffer.Video SwiftProtobuf._ProtoNameProviding SwiftProtobuf._ProtoNameProviding IPCMessage.Buffer.Video->SwiftProtobuf._ProtoNameProviding SwiftProtobuf._MessageImplementationBase SwiftProtobuf._MessageImplementationBase IPCMessage.Buffer.Video->SwiftProtobuf._MessageImplementationBase SwiftProtobuf.Message SwiftProtobuf.Message IPCMessage.Buffer.Video->SwiftProtobuf.Message

Member Of

IPCMessage.Buffer

Conforms To

SwiftProtobuf.Message
SwiftProtobuf._MessageImplementationBase
SwiftProtobuf._ProtoNameProviding

Initializers

init()

public init()  

Properties

format

public var format: UInt32 = 0

CVPixelBuffer's FormatType

rotation

public var rotation: UInt32 = 0

RTCVideoRotation

width

public var width: UInt32 = 0

height

public var height: UInt32 = 0

unknown​Fields

public var unknownFields  

proto​Message​Name

public static let protoMessageName: String = IPCMessage.Buffer.protoMessageName + ".Video"

_protobuf_name​Map

public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    1: .same(proto: "format"),
    2: .same(proto: "rotation"),
    3: .same(proto: "width"),
    4: .same(proto: "height"),
  ] 

Methods

decode​Message(decoder:​)

public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws  

traverse(visitor:​)

public func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws  

Operators

==

public static func ==(lhs: IPCMessage.Buffer.Video, rhs: IPCMessage.Buffer.Video) -> Bool