Show/Hide hidden text
This topic lists all available datatypes and their structures that are used by the SDK. Please see the next topic for all available functions.
Enumeration AutoError - Contains the error codes which describe the problem that occurred
None = 0 ' No Error occurred
NoConnection = 1 ' Automation is not connected
WrongParam = 2 ' You have supplied a invalid parameter name (exceeded 100 characters)
AddressTranslation = 3 ' There seems to be a problem with the IP/Host you supplied
CouldNotConnectToSocket = 4 ' Failed to open a port for communication
HandshakeFailed = 5 ' The handshake was unsuccessful. For UDP connections: Make sure the connection is stable
RequestTimedOut = 6 ' The site failed to respond
WrongMessageReturned = 7 ' The Server returned a wrong message
ParamPointer = 8 ' Make sure you supplied all of the required arguments
WrongClient = 9 ' unused
HostInvalidLayer = 10 ' You supplied an invalid layer id
HostInvalidSequence = 11 ' You supplied an invalid sequence
HostInvalidPointer = 12 ' You supplied an invalid pointer
HostInvalidParameterName = 13 ' You supplied an invalid pointer name
HostInvalidParam = 14 ' You supplied an invalid parameter
InvalidPort = 15 ' Failed to connect to the Master
WrongNetworkProtocol = 16 ' unused
AlreadyConnected = 17 ' Failed to connect because the connection is already established
InvalidCueId = 18 ' You supplied an invalid cue
InvalidCueButtonId = 19 ' You supplied an invalid button id
InvalidDomainNr = 20 ' You supplied an invalid domain number
GraphicLayerNotCreated = 21 ' Failed to create a new graphics layer (which are discontinued since V8)
InvalidSiteId = 22 ' You supplied an invalid site id
InvalidViewId = 23 ' You supplied an invalid view id
InvalidCast = 24 ' (deprecated)
AddingVideoLayerNotAllowed = 25 ' Unable to add more Video Layers
InvalidLayerMoveTarget = 26 ' (deprecated)
InvalidFolderPath = 27 ' (deprecated)
DmxResourceNotFound = 28 '
NoAdditionalSequenceAllowed = 29
InvalidContentPath = 30
HandshakeTimeout = 31
FunctionNotSupportedByOS = 32 ' unused
TreeItemIndexNoMediaFile = 33 '
TreeItemNotFound = 34 ' The tree item was not found
InvalidTreeItemIndex = 35 ' The tree item was not found
NoThumbnailAvailable = 36 ' Indicates, that no thumbnail is available
EncryptionKeyNotValid = 37
EncryptionPolicyNotValid = 38
NoEncryptionManager = 39
|
Enumeration SequenceTimeCodeMode - Contains the codes for timecode modes
None = 0
Send = 1
Receive = 2
|
Enumeration SequenceTimeCodeStopAction - Contains the codes which determine what to do after a SMTPE timecode stop
None = 0
Stop = 1
Pause = 2
Continue = 3
|
Enumeration TransportMode - Contains the codes for play/pause/stop/playloop
Stop = 0
Pause = 128
Play = 64
PlayLoop = 192
|
Enumeration CuePlayMode - Contains the cue types (play,pause,stop,jump,wait)
Play = 0
Pause = 1
Stop = 2
Jump = 3
Wait = 4
|
Structure TimeType - Is used for functions that return time information
VersionNum As Integer
Hours As Integer
Minutes As Integer
Seconds As Integer
Frames As Integer
|
Structure MediaOptionsType - Contains options for media assets
anisotropicFiltering As Boolean
ignoreThumbnail As Boolean
alphaChannel As Boolean
fluidFrame As Boolean
optimizeMpegColorspace As Boolean
underscan As Boolean
optimizeLooping As Boolean
muteSound As Boolean
|
Structure MediaType1 - Contains information on media assets ("MediaType" is for legacy support)
dmxId As Integer
dmxFolderId As Integer
path As Byte()
projectPath As Byte()
width As Integer
height As Integer
fps As Integer
Length As TimeType
options As MediaOptionsType
|
Structure LayerType - Contains site and device number of a layer
VersionNum As Integer
siteNum As Integer
deviceNum As Integer
|
Structure ParamResourceType1 - Contains information about a resource ("ParamResourceType" is for legacy support)
folderId As Integer
fileId As Integer
path As Byte()
projectPath As Byte()
|
TreeItemType - Contains information about a tree item
projectPath As Byte()
idPath As Byte()
type As Integer
|