VideoSource
public enum VideoSource : RawRepresentable
extension VideoSource: Hashable
A unique identifier for a video source of an ATEM switcher
-
Declaration
Swift
public typealias RawValue = UInt16 -
Undocumented
Declaration
Swift
case black -
Undocumented
Declaration
Swift
case input(UInt16) -
Undocumented
Declaration
Swift
case colorBars -
Undocumented
Declaration
Swift
case color(UInt16) -
Undocumented
Declaration
Swift
case mediaPlayer(UInt16) -
Undocumented
Declaration
Swift
case mediaPlayerKey(UInt16) -
Undocumented
Declaration
Swift
case keyMask(UInt16) -
Undocumented
Declaration
Swift
case downStreamKeyMask(UInt16) -
Undocumented
Declaration
Swift
case superSource -
Undocumented
Declaration
Swift
case cleanFeed(UInt16) -
Undocumented
Declaration
Swift
case auxiliary(UInt16) -
Undocumented
Declaration
Swift
case multiview(UInt16) -
Undocumented
Declaration
Swift
case program(me: UInt16) -
Undocumented
Declaration
Swift
case preview(me: UInt16) -
Undocumented
Declaration
Swift
case unknown(UInt16) -
Declaration
Swift
public init(rawValue: UInt16) -
Declaration
Swift
public var rawValue: UInt16 { get } -
The type of video source
See moreDeclaration
Swift
public enum Kind : UInt16 -
Undocumented
See moreDeclaration
Swift
public struct ExternalInterfaces : OptionSet, SingleValueDescribable -
Undocumented
See moreDeclaration
Swift
public struct RoutingOptions : OptionSet, SingleValueDescribable -
Undocumented
See moreDeclaration
Swift
public struct MixEffects : OptionSet, SingleValueDescribable -
The properties (like name and port types) of a video source
See moreDeclaration
Swift
public struct DidChangeProperties : SerializableMessage -
Undocumented
See moreDeclaration
Swift
public struct DoChangeProperties : SerializableMessage -
Declaration
Swift
public var hashValue: Int { get }
View on GitHub
VideoSource Enumeration Reference