Loading...
This topic lists all functions that are available in the SDK. A list with the exact parameter names can be found here.
Initializes the connection to a Pandoras Box Master System using UDP IpStr: IP Address of the machine running PB-Master True: No error ocurred False: Error ocurred |
Initializes the connection to a Pandoras Box Master System using TCP IpStr: IP Address of the machine running PB-Master Success. When false is returned check AutoGetLastError() |
Close any open connections Success. When false is returned check AutoGetLastError() |
Starts a thread that keeps trying to connect to the PB-Master Success. When false is returned check AutoGetLastError() |
Stops the thread that keeps trying to connect to the PB-Master Success. When false is returned check AutoGetLastError() |
Gets the current connection state Success. When false is returned check AutoGetLastError() |
Gets the code for the last error that occurred Error code |
Set a parameter to a specific value siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoSetParamDoubleExtended(siteNum As Integer, deviceNum As Integer, ParamName As String, value As Double, silent As Boolean, direct As Boolean) |
Set a parameter to a specific value siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Sets the given parameter to given value for all layers in the current selection ParamName: Name for the parameter. (see Class Param or this parameter list) Success. When false is returned check AutoGetLastError() |
Gets the value of the parameter for given site/device siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Sets the media for the container found at the given Site/Device/Sequence/Time combination. Note: This function will neither create new containers nor will it add keys. It only works with existing containers. siteNum: Target Site ID Returns true if the PB-Master received the command |
Assign a Mesh to given site/device identified by DmxFolder and DmxId siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoAssignMeshByName(siteNum As Integer, deviceNum As Integer, MeshName As String, ParamName As String) |
Assign a Mesh to given site/device identified by name. Also allows to assign eeshes to effects etc. using ParamName siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Assign a Mesh to selected devices dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Assign Media to given site/device identified by DmxFolder and DmxId siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoAssignMediaByName(siteNum As Integer, deviceNum As Integer, MediaName As String, ParamName As String) |
Assign Media to given site/device identified by name siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Assign Media to selected devices dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Moves content identified by name to given folder ContentName: The path+name of the content in the projects tab. ex.: Myfolder/mySubfolder/somecontent.mpg Success. When false is returned check AutoGetLastError() |
Move tree item to another tree item itemIdFrom: tree item source Success. When false is returned check AutoGetLastError() |
Sets the transport mode for sequence with given ID sequenceNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Moves the nowpointer to the position of the cue with given ID sequenceNum: Sequence ID Success. When false is returned check AutoGetLastError() |
AutoMoveSequenceToTime(sequenceNum As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Moves the nowpointer to given time sequenceNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Moves to either the next/previous frame sequenceNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Moves to either the next/previous cue sequenceNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Sets the transparency for given sequence seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Get the transparency of given sequence seqNum: Sequence ID Sequence Transparency (0-255) |
Enables or disables a sequence to send/receive timecode seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
AutoSetSequenceTimeCodeOffset(seqNum As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Set the offset that will be added to the Pandoras Box Timecode. Negative values possible. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
AutoSetSequenceTimeCodeStopAction(seqNum As Integer, stopAction As Param.SequenceTimeCodeStopAction) |
Set the behavior on timecode signal stop seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Reset all active values Success. When false is returned check AutoGetLastError() |
Reset all active values for given site siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Reset all active values for given device siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Remove active value of specific parameter siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Select all parameters as active Success. When false is returned check AutoGetLastError() |
Set all parameters of all devices of a whole site as active siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Set all parameters of a specific device as active siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Set a specific parameter as active siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Set all active values as inactive. The values themselves are preserved. Success. When false is returned check AutoGetLastError() |
Set all active values of a site as inactive. The values themselves are preserved. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Set all active values of a specific device as inactive. The values themselves are preserved. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Set a parameter value inactive. The values themselves are preserved. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Toggles full screen mode of a site siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoSetParamRelativeDouble(siteNum As Integer, deviceNum As Integer, ParamName As String, value As Double) |
Add or subtract a value from a parameter siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoSetParamRelativeDoubleExtended(siteNum As Integer, deviceNum As Integer, ParamName As String, value As Double, silent As Boolean, direct As Boolean) |
Add or subtract a value from a parameter siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Add or subtract a value from a parameter in the current selection ParamName: Name for the parameter. (see Class Param or this parameter list) Success. When false is returned check AutoGetLastError() |
Add content from given path and assign DmxIDs FullPath: Absolute system path to media to add (e.g. C:\Christie\content) Success. When false is returned check AutoGetLastError() |
AutoAddContentToFolder(FullPath As String, siteNum As Integer, dmxFolderId As Integer, dmxId As Integer, Foldername As String) |
Adds content from given folder to a specific folder, also assigning DmxIDs FullPath: Absolute system path to media to add (e.g. C:\Christie\content) Success. When false is returned check AutoGetLastError() |
AutoAddContentToTreeItem(FullPath As String, siteNum As Integer, dmxFolderId As Integer, dmxId As Integer, treeItemId As Integer) |
Add content to a tree item FullPath: Absolute system path to media to add (e.g. C:\Christie\content) Success. When false is returned check AutoGetLastError() |
Add content from local node using an absolute path FullPath: Absolute system path to media to add (e.g. C:\Christie\content) Success. When false is returned check AutoGetLastError() |
FullPath: Absolute system path to media to add (e.g. C:\Christie\content) Success. When false is returned check AutoGetLastError() |
Add content from an absolute system path to a specific tree node FullPath: Absolute system path to media to add (e.g. C:\Christie\content) Success. When false is returned check AutoGetLastError() |
AutoAddContentFolder(FolderPath As String, siteNum As Integer, dmxFolderId As Integer, dmxId As Integer, ProjectPath As String) |
Add a complete folder with content to the project FolderPath: Path to content Success. When false is returned check AutoGetLastError() |
Add a complete folder with content to the projecta FolderPath: Folder to add Success. When false is returned check AutoGetLastError() |
Add a complete folder with content to the project at a specific folder FolderPath: Folder to add Success. When false is returned check AutoGetLastError() |
Add a complete folder with content to the project to a specific TreeItem FolderPath: Folder to add Success. When false is returned check AutoGetLastError() |
Removes Media with given DmxID dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Removes Mesh with given DmxID dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Removes content by project path ProjectPath: Path to the project content Success. When false is returned check AutoGetLastError() |
Remove a tree item treeItemId: tree item to remove Success. When false is returned check AutoGetLastError() |
Remove all resources in specific folder removeFolder: True: Removes everything | False: Remove files only. Folder structure stays intact Success. When false is returned check AutoGetLastError() |
Triggers a "Spread All Resources". Success. When false is returned check AutoGetLastError() |
Triggers spread for media identified by DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Triggers spread for mesh identified by DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Triggers reload for media with given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Triggers reload for mesh with given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Triggers reload for resource with given name. ProjectPath: project path Success. When false is returned check AutoGetLastError() |
Triggers spread for resource with given name. ProjectPath: project path Success. When false is returned check AutoGetLastError() |
Triggers reload and spread for resource identified by path name. ProjectPath: project path Success. When false is returned check AutoGetLastError() |
Triggers reload and spread for resource identified by tree item index. treeItemId: tree item id of resource Success. When false is returned check AutoGetLastError() |
Triggers reload and spread for resource identified by DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Removes all inconsistent files. Success. When false is returned check AutoGetLastError() |
Stores active values in given sequence at the current timecode. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
AutoStoreActiveToTime(seqNum As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Stores active values in given sequence at given time. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Sets the Frame Blending for media identified by given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the Deinterlacing for media identified by given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
AutoSetMediaAnisotropicFilteringById(dmxFolderId As Integer, dmxId As Integer, useFiltering As Boolean) |
Sets the Anisostropic Filtering for media identified by given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the Underscan for media identified by given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
AutoSetMediaMpegColourSpaceById(dmxFolderId As Integer, dmxId As Integer, useMpegColourSpace As Boolean) |
Sets whether to use mpeg color space conversion for media identified by given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the Alpha Channel usage for media identified by given DmxID. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Creates a new text asset with given DmxIDs. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the text for the text asset with given DmxIDs. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Loads a project from given path with given filename. Path: Folder name Success. When false is returned check AutoGetLastError() |
Closes the current project. save: Save project before close? Success. When false is returned check AutoGetLastError() |
Clears the device selection. Success. When false is returned check AutoGetLastError() |
Sets whether given device should accept Dmx values. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Sets whether given site should accept Dmx values. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoSetDeviceDmxAddressById(siteNum As Integer, deviceNum As Integer, index As Integer, id1 As Integer, id2 As Integer) |
Sets the Dmx address for given site/device. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Sets the play mode for a cue at given sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Sets the play mode for the next cue at given sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Sets whether to ignore the next cue in given sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Saves the current project. Success. When false is returned check AutoGetLastError() |
Changes the fullscreen mode for given site identified by Id. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Changes the fullscreen mode for given site identified by Ip. Ip: IP Address Success. When false is returned check AutoGetLastError() |
AutoSetTextTextureSize(dmxFolderId As Integer, dmxId As Integer, width As Integer, height As Integer) |
Sets the texture size for text asset identified by DmxId. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the style for an existing text asset. dmxFolderId: Dmx ID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the center on texture for text asset identified by DmxId. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Creates new text asset. Adjusts width automatically. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Sets the text of a text asset and adjusts width automatically. dmxFolderId: DmxID (Folder) Success. When false is returned check AutoGetLastError() |
Changes the IP address of a site. siteNum: Site ID Sending a "0" as an IP address clears the present IP address. Success. When false is returned check AutoGetLastError() |
Checks if layer is in current selection. siteNum: Site ID Is the given layer currently selected? |
Gets the number of media in the project. Number of media in project |
Gets the number of tree items in project. Number of tree items in project |
Gets information on media identified by index index: Index Success. When false is returned check AutoGetLastError() |
Gets information on media identified by index. treeItemindex: Index Success. When false is returned check AutoGetLastError() |
Gets information on tree item identified by index. index: Index Success. When false is returned check AutoGetLastError() |
Gets the transport mode of a sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Gets the time of a sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
AutoGetClipRemainingTime(siteNum As Integer, deviceNum As Integer, seqNum As Integer, Time As TimeType) |
Gets the remaining time for a clip on a specific layer for given sequence. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Gets remaining time until the next cue for given sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Gets the number of selected layers. Number of selected layers |
Gets the selected layer with given number in selection. layerIndex: Index of the layer in selection. Values between 0 and (AutoGetNumSelectedLayers - 1) Success. When false is returned check AutoGetLastError() |
Creates a new folder. Name: Name for the new folder Success. When false is returned check AutoGetLastError() |
Creates new folder in given path. Name: Name for the new folder Success. When false is returned check AutoGetLastError() |
Creates new folder in given tree item. Name: Name for the new folder Success. When false is returned check AutoGetLastError() |
Removes a folder from the project. FolderPath: Folder with path Success. When false is returned check AutoGetLastError() |
Selects / Deselects a device. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Maps a Pandoras Box controller fader to a sequence. faderId: Fader ID Success. When false is returned check AutoGetLastError() |
Maps a Pandoras Box controller button to a cue. cueBtnId: Button ID Success. When false is returned check AutoGetLastError() |
AutoAddCue(seqNum As Integer, cueId As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer, Name As String, cueKindId As Param.CuePlayMode) |
Adds cue to given sequence at given time. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Removes cue with given ID on given sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Removes all cues for a sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Adds new graphic layer (discontinued since version 8!). siteId: Site ID Success. When false is returned check AutoGetLastError() |
Adds new video layer. siteId: Site ID Success. When false is returned check AutoGetLastError() |
Removes a graphic layer by id. siteId: Site ID Success. When false is returned check AutoGetLastError() |
Removes a video layer by id. siteId: Site ID Success. When false is returned check AutoGetLastError() |
Enables/Disables the backup mode. enable: Enable backup mode? Success. When false is returned check AutoGetLastError() |
Applies view identified by given number. viewNum: The view number Success. When false is returned check AutoGetLastError() |
Sets the spare from spread option. siteId: Site ID Success. When false is returned check AutoGetLastError() |
AutoGetParamMedia1(siteNum As Integer, deviceNum As Integer, ParamName As String, Info As ParamResourceType1) |
Gets resource information of a device. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoGetParamObject1(siteNum As Integer, deviceNum As Integer, ParamName As String, Info As ParamResourceType1) |
Gets information of a specific parameter. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Checks whether given site is connected. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Checks whether given site is connected. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Moves given layer up by one in the device tree. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Moves given layer down by one in the device tree. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Moves given layer to the first position in the device tree. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Moves given layer to the last position in the device tree. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Enable/Disable the Jog/Shuttle. enable: Enable? Success. When false is returned check AutoGetLastError() |
Gets whether the Jog/Shuttle is enabled. Jog/Shuttle enabled? |
Enables/Disables the FaderExtention. enable: Enable? Success. When false is returned check AutoGetLastError() |
Gets whether the FaderExtention is enabled. FaderExtention enabled? |
AutoSetSequenceCueWaitTime(seqNum As Integer, cueId As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Sets the wait time for given cue. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
AutoSetSequenceCueJumpTargetTime(seqNum As Integer, cueId As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Sets the jump target for given cue. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Sets the jump count for given cue. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Resets the trigger count for given cue. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Gets whether given content is consistent. dmxFolderId: DmxID (Folder) Is content consistent? |
Gets whether content identified by name is consistent. ProjectPath: Path to project item Is content consistent? |
Creates a new sequence. Sequence ID |
Removes sequence. seqNum: Sequence ID Success. When false is returned check AutoGetLastError() |
Enables/Disables cursor in fullscreen. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Sets site as audio clock Master. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Gets thumbnail for given path. ProjectPath: Path to project item Success. When false is returned check AutoGetLastError() |
AutoGetThumbnailByItemIndex(treeItemIndex As Integer, Width As Integer, Height As Integer, Data As Object) |
Gets thumbnail for given item index. treeItemIndex: Item index Success. When false is returned check AutoGetLastError() |
Adds encryption key. Key: The encrption key Success. When false is returned check AutoGetLastError() |
Adds encryption policy. Policy: The encryption policy Success. When false is returned check AutoGetLastError() |
Sets input routing for given layer . |
Sets input routing to the Widget Designer. |
AutoEnableOutputForPicking(ByVal siteNum As Integer,ByVal outputNum As Integer,ByVal enable As Boolean) |
Enable/Disable Output for layer picking feature. |
Sets the ASIO master volume. |
AutoCreatePlaylist(ByVal setDmxIds As Boolean,ByVal newDmxFolderId As Integer,ByVal newDmxId As Integer) |
Creates a new Playlist. |
AutoCreatePlaylistByPath(ByRef PlaylistFolderPath As String PlaylistFolderPath,ByVal setDmxIds As Boolean,ByVal newDmxFolderId As Integer,ByVal newDmxId As Integer) |
Creates a new Playlist in given path. |
AutoCreatePlaylistByItemId(ByVal playlistFolderItemId As Integer,ByVal setDmxIds As Boolean,ByVal newDmxFolderId As Integer,ByVal newDmxId As Integer) |
Creates a new Playlist by given item id. |
Creates a new Playlist from files in given folder. |
AutoCreatePlaylistFromFolderByItemId(ByVal playlistFolderItemId As Integer,ByVal resourceFolderItemId As Integer,ByVal setDmxIds As Boolean,ByVal newDmxFolderId As Integer,ByVal newDmxId As Integer) |
Creates a new Playlist from files in given folder. |
AutoPushBackPlaylistEntryByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal resourceDmxFolderId As Integer,ByVal resourceDmxId As Integer) |
Pushes back Playlist entry by given dmx id. |
AutoPushBackPlaylistEntryByPath(ByRef PlaylistPath As String PlaylistPath,ByRef ResourcePath As String ResourcePath) |
Pushes back Playlist entry by given path. |
Pushes back Playlist entry by given item id. |
AutoInsertPlaylistEntryByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal resourceDmxFolderId As Integer,ByVal resourceDmxId As Integer,ByVal index As Integer) |
Inserts new Playlist entry by dmx id. |
AutoInsertPlaylistEntryByPath(ByRef PlaylistPath As String PlaylistPath,ByRef ResourcePath As String ResourcePath,ByVal index As Integer) |
Inserts Playlist entry by path. |
AutoInsertPlaylistEntryByItemId(ByVal playlistItemId As Integer,ByVal resourceItemId As Integer,ByVal index As Integer) |
Inserts playlist entry by item id. |
AutoRemovePlaylistEntryByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal index As Integer) |
Removes Playlist entry by dmx id. |
Removes Playlist entry by path. |
Removes Playlist entry by item id. |
Gets the number of items in Playlist. |
Gets the number of items in Playlist. |
Gets the number of items in Playlist. |
AutoGetPlaylistEntryByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal entryIndex As Integer,ByVal pPlaylistEntryInfo As PlayListEntry) |
Gets the Playlist entry of given Playlist at given position. |
AutoGetPlaylistEntryByPath(ByRef PlaylistPath As String PlaylistPath,ByVal entryIndex As Integer,ByVal pPlaylistEntryInfo As PlayListEntry) |
Gets the Playlist entry of given Playlist at given position. |
AutoGetPlaylistEntryByItemId(ByVal playlistItemId As Integer,ByVal entryIndex As Integer,ByVal pPlaylistEntryInfo As PlayListEntry) |
Gets the Playlist entry of given Playlist at given position. |
AutoGetPlaylistEntryIndicesByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal pData() As Byte,ByRef pSize As Integer) |
Not yet documented. |
AutoGetPlaylistEntryIndicesByPath(ByRef PlaylistPath As String PlaylistPath,ByVal pData() As Byte,ByRef pSize As Integer) |
Not yet documented. |
AutoGetPlaylistEntryIndicesByItemId(ByVal playlistItemId As Integer,ByVal pData() As Byte,ByRef pSize As Integer) |
Not yet documented. |
AutoSetPlayListEntryIndexByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal index As Integer,ByVal newIndex As Integer) |
Sets Playlist entry by dmx id. |
AutoSetPlayListEntryIndexByPath(ByRef PlaylistPath As String PlaylistPath,ByVal index As Integer,ByVal newIndex As Integer) |
Sets Playlist entry by path. |
AutoSetPlayListEntryIndexByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByVal newIndex As Integer) |
Sets Playlist entry by item id. |
Sets the duration of given Playlist item. |
AutoSetPlayListEntryDurationByPath(ByRef PlaylistPath As String PlaylistPath,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the duration of given Playlist item. |
AutoSetPlayListEntryDurationByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the duration of given Playlist item. |
Sets the fade out duration of given Playlist item |
Sets the fade out duration of given Playlist item. |
AutoSetPlayListEntryFadeOutTimeByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the fade out duration of given Playlist item. |
Sets the entry's inpoint. |
AutoSetPlayListEntryInPointByPath(ByRef PlaylistPath As String PlaylistPath,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the entry's inpoint. |
AutoSetPlayListEntryInPointByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the entry's inpoint. |
Sets the entry's outpoint. |
AutoSetPlayListEntryOutPointByPath(ByRef PlaylistPath As String PlaylistPath,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the entry's outpoint. |
AutoSetPlayListEntryOutPointByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByVal hours As Integer,ByVal minutes As Integer,ByVal seconds As Integer,ByVal frames As Integer) |
Sets the entry's outpoint. |
AutoSetPlayListEntryTransitionByDmxId(ByVal playlistDmxFolderId As Integer,ByVal fadeFxId As Integer) |
Sets the entry's transition. |
AutoSetPlayListEntryTransitionByPath(ByRef PlaylistPath As String PlaylistPath,ByVal index As Integer,ByVal fadeFxId As Integer) |
Sets the entry's transition. |
AutoSetPlayListEntryTransitionByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByVal fadeFxId As Integer) |
Sets the entry's transition. |
AutoSetPlayListEntryNoteByDmxId(ByVal playlistDmxFolderId As Integer,ByVal playlistDmxId As Integer,ByVal index As Integer,ByRef Note As String Note) |
Sets the entry's note. |
AutoSetPlayListEntryNoteByPath(ByRef PlaylistPath As String PlaylistPath,ByVal index As Integer,ByRef Note As String Note) |
Sets the entry's note. |
AutoSetPlayListEntryNoteByItemId(ByVal playlistItemId As Integer,ByVal index As Integer,ByRef Note As String Note) |
Sets the entry's note. |
Records live input with given id. |
AutoRecordLiveInputByIdStart(ByVal folderID As Integer,ByVal fileID As Integer,ByRef Filename As String Filename,ByRef EncodingPreset As String EncodingPreset) |
Starts recording live input with given id. |
Stops recording live input. |
Records live input with given name. |
AutoRecordLiveInputByNameStart(ByRef LiveInput As String LiveInput,ByRef Filename As String Filename,ByRef EncodingPreset As String EncodingPreset) |
Starts recording live input with given name |
Exports video with given parameters. |
Encodes file by name. |
Encodes file by id. |
AutoEncodeFileToTargetByName(ByRef Filename As String Filename,ByRef TargetPath As String TargetPath,ByVal overwriteExisting As Boolean,ByRef Preset As String Preset) |
Encodes file to target by name. |
AutoEncodeFileToTargetById(ByVal folderID As Integer,ByVal fileID As Integer,ByRef TargetPath As String TargetPath,ByVal overwriteExisting As Boolean,ByRef Preset As String Preset) |
Encodes file to target by id. |
Sets the Clip duration at the given time. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoClipAdoptMainMediaDurationAtTime(siteNum As Integer, deviceNum As Integer, seqNum As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Adopts the main media duration of a clip at the given time. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Sets the Pre Roll Duration of a Clip at the given time siteNum: Site ID Success. When false is returned check AutoGetLastError() |
AutoRemoveClipAtTime(siteNum As Integer, deviceNum As Integer, seqNum As Integer, hours As Integer, minutes As Integer, seconds As Integer, frames As Integer) |
Removes a Clip at the given time. siteNum: Site ID Success. When false is returned check AutoGetLastError() |
Creates container at a specific time. seqNum: Sequence ID Returns true if the PB-Manager received the command. |
Locks or unlocks a Clip in the specified sequence on the given layer at a specified time. siteNum: Site ID Returns true if the PB-Manager received the command. |
Locks or unlocks a Clip in the specified sequence on the given layer at nowpointer position. siteNum: Site ID Returns true if the PB-Manager received the command. |
Sets or unsets the Loop status of the container in the specified sequence on the given layer at a specified time. siteNum: Site ID Returns true if the PB-Manager received the command. |
Sets or unsets the Loop status of the container in the specified sequence on the given layer at nowpointer position. siteNum: Site ID Returns true if the PB-Manager received the command. |
A Cue can be changed between TechCue (True) and ShowCue (False). seqNum: Sequence ID |
Gives information if it is a TechCue or ShowCue. seqNum: Sequence ID -1: Error (more Details with AutoGetLastError()) |
Adds cue of a defined type to given sequence at given time. seqNum: Sequence ID |
Defines the play mode for the next Show or Tech Cue. seqNum: Sequence ID playMode: The cue play mode |
Ignores the next Cue defined by type, Show Cue or Tech Cue. seqNum: Sequence ID doIgnore: Ignore next cue? |
Stores Active values to container start. seqNum = Sequence ID |
Stores Active Device to sequence container start. seqNum = Sequence ID |