ATEM class

Shared connection settings for an ATEM switcher.

ATEM protocol commands are not implemented yet. This class is retained so applications using the original package API can keep their connection configuration in one place.

Constructors

ATEM()
Creates shared ATEM connection settings.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

atemIP String
Address of the ATEM switcher.
getter/setter pair
deviceName String
Name reported by the connected switcher.
getter/setter pair
port int
TCP port used by the ATEM protocol.
getter/setter pair
responseData String?
Most recent response received from the switcher, if any.
getter/setter pair
status bool
Whether an ATEM connection is active.
getter/setter pair