DidChangeProperties
public struct DidChangeProperties : SerializableMessage
The properties (like name and port types) of a video source
-
Declaration
Swift
public static let title: Message.Title
-
Undocumented
Declaration
Swift
public let id: VideoSource
-
Undocumented
Declaration
Swift
public let longNameBytes: ArraySlice<UInt8>
-
Undocumented
Declaration
Swift
public let shortNameBytes: ArraySlice<UInt8>
-
Undocumented
Declaration
Swift
public let externalInterfaces: ExternalInterfaces
-
Undocumented
Declaration
Swift
public let rawKind: UInt16
-
Undocumented
Declaration
Swift
public let routingOptions: RoutingOptions
-
Undocumented
Declaration
Swift
public let mixEffects: MixEffects
-
Undocumented
Declaration
Swift
public var longName: String? { get }
-
Undocumented
Declaration
Swift
public var shortName: String? { get }
-
Undocumented
Declaration
Swift
public var kind: Kind? { get }
-
Initialize from a byte array
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws
-
Manual initialization
Declaration
Swift
public init(source: VideoSource, longName: String, shortName: String, externalInterfaces: ExternalInterfaces, kind: VideoSource.Kind, routingOptions: RoutingOptions, mixEffects: MixEffects)
-
Declaration
Swift
public var dataBytes: [UInt8] { get }
-
Declaration
Swift
public var debugDescription: String { get }