This documentation describes revision 381 of the API.
The Pixera API uses the JSON-RPC 2.0 protocol.
- JSON/TCP
- Requires header with prefix and message size
- 'pxr1' + 4-byte size (least significant byte first)
pxr1R000{{"jsonrpc": "2.0","id": 1,"method": "Pixera.Utility.getApiRevision"}}
- 'pxr1' + 4-byte size (least significant byte first)
- Requires header with prefix and message size
- JSON/TDP(dl)
- Requires delimiter
- 0xPX
{"jsonrpc": "2.0","id": 1,"method": "Pixera.Utility.getApiRevision"}0xPX
- 0xPX
- Requires delimiter
Syntax: Pixera.Utility.(function)
Name | Parameters | Return Values |
---|---|---|
getApiRevision |
None | int |
getHasFunction |
functionName : string |
bool |
outputDebug |
message : string |
string |
getLicenseJson |
None | string |
getCurrentTime |
None | double |
getCurrentTimeAsString |
None | string |
noop |
None | null |
requestCallback |
functionName : string |
null |
readFileString |
path : string |
string |
writeFileString |
path : string fileStr : string |
null |
getAccessRecipe |
hdlPath : string |
string |
pollMonitoring |
None | string |
unsubscribeMonitoringSubject |
subject : string |
bool |
subscribeMonitoringSubject |
subject : string |
bool |
setMonitoringEventMode |
mode : string |
bool |
monitoringEvent |
eventDescription : string |
null |
setShowContextInReplies |
doShow : bool |
bool |
setMonitoringHasDelimiter |
hasDelimiter : bool |
bool |
runJsScript |
jsFunction : string jsCode : string |
string |
dynamicRebuildFromJsonDescription |
deviceName : string jsonDescription : string folder : string |
null |
Syntax: Pixera.Network.(function)
Name | Parameters | Return Values |
---|---|---|
getConveyor |
conveyorName : string |
handle |
Syntax: Pixera.Network.Conveyor.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Conveyor |
sendString |
handle : objectstr : string |
null |
Syntax: Pixera.Compound.(function)
Name | Parameters | Return Values |
---|---|---|
setTransportModeOnTimelineAtIndex |
index : int mode : int |
bool |
setTransportModeOnTimeline |
timelineName : string mode : int |
null |
toggleTransport |
timelineName : string |
null |
getTransportModeOnTimeline |
timelineName : string |
int |
startFirstTimeline |
None | null |
pauseFirstTimeline |
None | null |
stopFirstTimeline |
None | null |
setOpacityOnTimeline |
timelineName : string opacity : double |
null |
getOpacityOnTimeline |
timelineName : string |
double |
setPosValue |
val : double |
null |
setPosValueXY |
valX : double valY : double |
null |
setParamValue |
path : string value : double |
null |
applyCueAtIndexOnTimelineAtIndex |
cueIndex : int timelineIndex : int blendDuration : optional |
null |
applyCueNumberOnTimelineAtIndex |
cueNumber : int timelineIndex : int blendDuration : optional |
null |
applyCueNumberOnTimeline |
timelineName : string cueNumber : int blendDuration : optional |
null |
applyCueOnTimeline |
timelineName : string cueName : string blendDuration : optional |
null |
addResourceToFolder |
namePath : string filePath : string |
handle |
assignResourceToLayer |
resourcePath : string layerPath : string |
null |
refreshResource |
resourcePath : string |
null |
setTransportModeOnLayer |
layerPath : string mode : int loop : bool |
null |
getTransportModeOnLayer |
layerPath : string |
int |
getResourceAssignedToLayer |
layerPath : string |
string |
assignResourceToClipAtTimeByDmxId |
layerPath : string dmxFolderId : int dmxFileId : int time : double |
null |
assignResourceToClipAtHMSFStringByDmxId |
layerPath : string dmxFolderId : int dmxFileId : int hmsf : string |
null |
assignResourceToClipAtHMSFByDmxId |
layerPath : string dmxFolderId : int dmxFileId : int h : int m : int s : int f : int |
null |
setCurrentTimeOfTimeline |
name : string time : int |
null |
setCurrentTimeOfTimelineInSeconds |
name : string time : double |
null |
setCurrentTimeAndTransportModeOfTimelineInSeconds |
name : string time : double mode : int |
null |
getFpsOfTimeline |
name : string |
double |
getCurrentTimeOfTimeline |
name : string |
int |
getCurrentTimeOfTimelineInSeconds |
name : string |
double |
getCurrentHMSFOfTimeline |
name : string |
string |
getCurrentCountdownOfTimeline |
name : string |
int |
getCurrentCountdownHMSFOfTimeline |
name : string |
string |
blockUiTimelineUpdates |
doBlock : bool terminationDurationInMs : optional |
null |
startOpacityAnimationOfTimeline |
name : string fadeIn : bool fullFadeDuration : double |
null |
createClipOnLayerAtTimeWithResource |
layerPath : string time : double resourcePath : string |
null |
removeClipOnLayerWithIndex |
layerPath : string clipIndex : int |
null |
removeAllClipsOnLayer |
layerPath : string |
null |
getClipDurationInSecondsWithIndex |
layerPath : string clipIndex : int |
double |
getClipDurationInFramesWithIndex |
layerPath : string clipIndex : int |
int |
getClipTimeInSecondsWithIndex |
layerPath : string clipIndex : int |
double |
getClipEndTimeInSecondsWithIndex |
layerPath : string clipIndex : int |
double |
getResourceDurationInSeconds |
resourcePath : string |
double |
getParamValue |
path : string |
double |
setTimecodeInput |
hour : int minute : int second : int frame : int elapsedTime : double running : bool freshMode : int stateToken : int format : int |
double |
takeOverAllClients |
None | null |
setPauseSmpteInput |
doPause : bool |
null |
Syntax: Pixera.Session.(function)
Name | Parameters | Return Values |
---|---|---|
closeApp |
saveProject : bool |
null |
loadProject |
path : string |
null |
saveProject |
None | null |
saveProjectAs |
path : string |
null |
getProjectName |
None | string |
setProjectName |
name : string |
null |
getProjectDirectory |
None | string |
getControlMultiUserSessionName |
None | string |
shutdownSystem |
mode : optional |
null |
getLiveSystemIps |
None | string[] |
getLiveSystemState |
ip : string |
string |
liveSystemStateChange |
ip : string state : string |
null |
shutdownLiveSystem |
ip : string mode : optional |
null |
wakeLiveSystem |
ip : string |
string |
getLiveSystemMacAddress |
ip : string |
string |
startLiveSystem |
ip : string |
null |
startLiveSystems |
None | null |
stopLiveSystem |
ip : string |
null |
stopLiveSystems |
None | null |
restartLiveSystem |
ip : string |
null |
restartLiveSystems |
None | null |
remoteSystemStateChange |
ip : string state : string |
null |
getRemoteSystemIps |
None | string[] |
getRemoteSystemState |
ip : string |
string |
setVideoStreamActiveState |
ip : string device : string isActive : bool |
null |
getVideoStreamActiveState |
ip : string device : string |
bool |
getDefaultClipDurationsAsJsonString |
None | string |
Syntax: Pixera.LiveSystems.(function)
Name | Parameters | Return Values |
---|---|---|
getLiveSystems |
None | handle[] |
liveSystemNotAvailable |
reason : int system : handle |
null |
getMultiUserMembers |
None | handle[] |
getUsagePresets |
None | handle[] |
Syntax: Pixera.LiveSystems.MultiUserMember.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
MultiUserMember |
getName |
handle : object |
string |
MultiUserMember |
getIp |
handle : object |
string |
MultiUserMember |
getState |
handle : object |
string |
MultiUserMember |
getPerformanceMonitoringValuesJson |
handle : object |
string |
MultiUserMember |
getPerformanceMonitoringValuesJsonEx |
handle : objectfilter : string |
string |
MultiUserMember |
resetCumulativePerformanceMonitoringValues |
handle : object |
null |
MultiUserMember |
ensureFileDistribution |
handle : objectincludeNotUsedYet : bool |
null |
MultiUserMember |
shutDown |
handle : objectmode : int |
null |
MultiUserMember |
wakeUp |
handle : object |
string |
MultiUserMember |
getMacAddress |
handle : object |
string |
MultiUserMember |
resetEngine |
handle : object |
null |
MultiUserMember |
restartEngine |
handle : object |
null |
MultiUserMember |
startEngine |
handle : object |
null |
MultiUserMember |
closeEngine |
handle : object |
null |
MultiUserMember |
triggerBackup |
handle : objectapplyControlCommand : optional |
null |
MultiUserMember |
getStructureJson |
handle : object |
string |
MultiUserMember |
getInst |
handle : objectinstancePath : string |
handle |
Syntax: Pixera.LiveSystems.LiveSystem.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
LiveSystem |
ref |
handle : object |
handle |
LiveSystem |
getName |
handle : object |
string |
LiveSystem |
getIp |
handle : object |
string |
LiveSystem |
getState |
handle : object |
string |
LiveSystem |
setBackupRole |
handle : objectrole : int |
null |
LiveSystem |
getBackupRole |
handle : object |
int |
LiveSystem |
getPerformanceMonitoringValuesJson |
handle : object |
string |
LiveSystem |
getPerformanceMonitoringValuesJsonEx |
handle : objectfilter : string |
string |
LiveSystem |
resetCumulativePerformanceMonitoringValues |
handle : object |
null |
LiveSystem |
moveMappingsToOutputs |
handle : objecthdlSrc : handle outputIdPathMapStr : string |
null |
LiveSystem |
setUsagePresetName |
handle : objectname : string |
null |
LiveSystem |
getUsagePresetName |
handle : object |
string |
LiveSystem |
updateUsagePreset |
handle : object |
null |
LiveSystem |
saveUsagePresetAs |
handle : objectname : string |
null |
LiveSystem |
applyUsagePreset |
handle : objectname : string |
null |
LiveSystem |
exportUsagePreset |
handle : objectpath : string |
null |
LiveSystem |
importUsagePreset |
handle : objectpath : string |
null |
LiveSystem |
ensureFileDistribution |
handle : objectincludeNotUsedYet : bool |
null |
LiveSystem |
shutDown |
handle : objectmode : int |
null |
LiveSystem |
wakeUp |
handle : object |
string |
LiveSystem |
getMacAddress |
handle : object |
string |
LiveSystem |
getGraphicsDevices |
handle : object |
handle[] |
LiveSystem |
getEnabledOutputs |
handle : object |
handle[] |
LiveSystem |
getAllOutputs |
handle : object |
handle[] |
LiveSystem |
getVideoStreamOutputs |
handle : object |
handle[] |
LiveSystem |
resetEngine |
handle : object |
null |
LiveSystem |
restartEngine |
handle : object |
null |
LiveSystem |
startEngine |
handle : object |
null |
LiveSystem |
closeEngine |
handle : object |
null |
LiveSystem |
setAudioMasterVolume |
handle : objectchannel : int volume : double |
null |
LiveSystem |
getAudioMasterVolume |
handle : objectchannel : int |
double |
LiveSystem |
setAudioMasterMute |
handle : objectchannel : int state : bool |
null |
LiveSystem |
getAudioMasterMute |
handle : objectchannel : int |
bool |
LiveSystem |
toggleAudioMasterMute |
handle : objectchannel : int |
null |
LiveSystem |
setAudioTimecodeInput |
handle : objectchannel : int state : bool |
null |
LiveSystem |
triggerBackup |
handle : objectapplyControlCommand : optional |
null |
LiveSystem |
getStructureJson |
handle : object |
string |
LiveSystem |
getInst |
handle : objectinstancePath : string |
handle |
LiveSystem |
getInstancePath |
handle : object |
string |
Syntax: Pixera.LiveSystems.UsagePreset.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
UsagePreset |
getName |
handle : object |
string |
UsagePreset |
update |
handle : object |
null |
UsagePreset |
apply |
handle : objectdestinationIp : string |
null |
UsagePreset |
importFromFile |
handle : objectpath : string |
null |
UsagePreset |
exportToFile |
handle : objectpath : string |
null |
UsagePreset |
getInst |
handle : objectinstancePath : string |
handle |
UsagePreset |
getInstancePath |
handle : object |
string |
Syntax: Pixera.LiveSystems.GraphicsDevice.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
GraphicsDevice |
getName |
handle : object |
string |
GraphicsDevice |
getEnabledOutputs |
handle : object |
handle[] |
GraphicsDevice |
getAllOutputs |
handle : object |
handle[] |
Syntax: Pixera.LiveSystems.Output.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Output |
getName |
handle : object |
string |
Output |
setActive |
handle : objectactive : bool |
null |
Output |
getActive |
handle : object |
bool |
Output |
setIdentify |
handle : objectstate : bool |
null |
Output |
getIdentify |
handle : object |
bool |
Output |
getAssignedScreens |
handle : object |
handle[] |
Output |
getAssignedProjectors |
handle : object |
handle[] |
Output |
getEnabled |
handle : object |
bool |
Output |
getForPreview |
handle : object |
bool |
Output |
setIsOutputAggregate |
handle : objectstate : bool |
null |
Output |
getIsOutputAggregate |
handle : object |
bool |
Output |
setAggregateDims |
handle : objecthorizontalCount : int verticalCount : int |
null |
Output |
getAggregateDims |
handle : object |
int[] |
Syntax: Pixera.LiveSystems.VideoStream.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
VideoStream |
getName |
handle : object |
string |
VideoStream |
setActive |
handle : objectactive : bool |
null |
VideoStream |
getActive |
handle : object |
bool |
Syntax: Pixera.Settings.(function)
Name | Parameters | Return Values |
---|---|---|
getShowDimsInPixels |
None | bool |
getShowScaleAsSize |
None | bool |
setFadeToTimeDelay |
timeInMilliseconds : int |
null |
getFadeToTimeDelay |
None | int |
getTranscodingPresets |
None | string[] |
addOrChangeTranscodingPreset |
preset : string |
null |
Syntax: Pixera.Screens.(function)
Name | Parameters | Return Values |
---|---|---|
getScreenWithName |
name : string |
handle |
setNamedScreenPosition |
name : string xPos : optional yPos : optional zPos : optional |
null |
getScreens |
None | handle[] |
getScreenNames |
None | string[] |
getFirstTimelineWithHomeScreen |
screenName : string |
handle |
getStudioCameras |
None | handle[] |
Syntax: Pixera.Screens.Screen.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Screen |
getId |
handle : object |
double |
Screen |
getName |
handle : object |
string |
Screen |
setPosition |
handle : objectxPos : optional yPos : optional zPos : optional |
bool |
Screen |
getPosition |
handle : object |
ScreenPosValues |
Screen |
setRotation |
handle : objectxRot : optional yRot : optional zRot : optional |
bool |
Screen |
getRotation |
handle : object |
ScreenPosValues |
Screen |
setScale |
handle : objectxScale : optional yScale : optional zScale : optional |
bool |
Screen |
getScale |
handle : object |
ScreenPosValues |
Screen |
setPosRot |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional |
bool |
Screen |
setPosRotAndPerspectivePos |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional perspXPos : optional perspYPos : optional perspZPos : optional |
bool |
Screen |
setPosRotScale |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional xScale : optional yScale : optional zScale : optional |
bool |
Screen |
getPersepective |
handle : object |
handle |
Screen |
snapPerspectiveCornersToScreen |
handle : objectmode : int |
null |
Screen |
setPerspectivePosition |
handle : objectxPos : optional yPos : optional zPos : optional |
bool |
Screen |
setPerspectivePositionWithLookAt |
handle : objectxPos : optional yPos : optional zPos : optional |
bool |
Screen |
getPerspectivePosition |
handle : object |
ScreenPosValues |
Screen |
setPerspectiveRotation |
handle : objectxRot : optional yRot : optional zRot : optional |
bool |
Screen |
getPerspectiveRotation |
handle : object |
ScreenPosValues |
Screen |
setCameraPosition |
handle : objectxPos : optional yPos : optional zPos : optional |
bool |
Screen |
setCameraPositionWithLookAt |
handle : objectxPos : optional yPos : optional zPos : optional |
bool |
Screen |
getCameraPosition |
handle : object |
ScreenPosValues |
Screen |
setCameraRotation |
handle : objectxRot : optional yRot : optional zRot : optional |
bool |
Screen |
getCameraRotation |
handle : object |
ScreenPosValues |
Screen |
setContentSamplingFrustumBase |
handle : objectx : double y : double width : double height : double rotation : double originScreenId : double |
null |
Screen |
runCalibration |
handle : objectmode : string diff : string |
null |
Screen |
editCalibration |
handle : objectdiff : string |
null |
Screen |
resetWarpFile |
handle : objectdiff : string |
null |
Screen |
loadWarpFile |
handle : objectfilePath : string |
null |
Screen |
loadWarpFileWithDiff |
handle : objectfilePath : string diff : string |
null |
Screen |
addWarpFile |
handle : objectfilePath : string |
null |
Screen |
addWarpFileWithDiff |
handle : objectfilePath : string diff : string |
null |
Screen |
loadColorCalibration |
handle : objectcalibrationName : string |
null |
Screen |
runColorCalibration |
handle : object |
null |
Screen |
setIsVisible |
handle : objectisVisible : bool |
null |
Screen |
getIsVisible |
handle : object |
bool |
Screen |
setIsProjectable |
handle : objectisProjectable : bool |
null |
Screen |
getIsProjectable |
handle : object |
bool |
Screen |
triggerRefreshMapping |
handle : object |
null |
Screen |
resetAllColorCorrections |
handle : object |
null |
Screen |
setColorCorrectionWithPath |
handle : objectpath : string value : float |
null |
Screen |
getColorCorrectionWithPath |
handle : objectpath : string |
float |
Screen |
setColorCorrectionAsJsonString |
handle : objectcolorCorrection : string |
null |
Screen |
getColorCorrectionAsJsonString |
handle : object |
string |
Screen |
getOutput |
handle : object |
handle[] |
Screen |
setBlackout |
handle : objectisActive : bool |
null |
Screen |
getBlackout |
handle : object |
bool |
Screen |
getInst |
handle : objectinstancePath : string |
handle |
Screen |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Screen |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Screens.StudioCamera.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
StudioCamera |
getName |
handle : object |
string |
StudioCamera |
setPosition |
handle : objectxPos : optional yPos : optional zPos : optional |
null |
StudioCamera |
getPosition |
handle : objectxPos : double yPos : double zPos : double |
double[] |
StudioCamera |
setRotation |
handle : objectxRot : optional yRot : optional zRot : optional |
null |
StudioCamera |
getRotation |
handle : objectxPos : double yPos : double zPos : double |
double[] |
StudioCamera |
setTransformation |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional fov : optional aspectRatio : optional |
null |
StudioCamera |
setTransformationAndLensProps |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double nearClip : double farClip : double aperture : double focus : double iris : double k1 : double k2 : double centerX : double centerY : double panelWidth : double |
null |
StudioCamera |
setTransformationAndLensPropsExt |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double nearClip : double farClip : double aperture : double focus : double focalDistance : double zoom : double iris : double k1 : double k2 : double k3 : double p1 : double p2 : double centerX : double centerY : double panelWidth : double overscan : double |
null |
StudioCamera |
setTrackingInputPause |
handle : objectpause : bool |
null |
StudioCamera |
getTrackingInputPause |
handle : object |
bool |
StudioCamera |
setUsePositionPropertiesFromTracking |
handle : objectpause : bool |
null |
StudioCamera |
getUsePositionPropertiesFromTracking |
handle : object |
bool |
StudioCamera |
setUseRotationPropertiesFromTracking |
handle : objectpause : bool |
null |
StudioCamera |
getUseRotationPropertiesFromTracking |
handle : object |
bool |
StudioCamera |
getInst |
handle : objectinstancePath : string |
handle |
StudioCamera |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
StudioCamera |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Screens.Perspective.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Perspective |
getName |
handle : object |
string |
Perspective |
setTransformation |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional fov : optional aspectRatio : optional lockLookAtPt : optional |
null |
Perspective |
getInst |
handle : objectinstancePath : string |
handle |
Perspective |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Perspective |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Projectors.(function)
Name | Parameters | Return Values |
---|---|---|
getProjectorWithName |
name : string |
handle |
getProjectors |
None | handle[] |
getProjectorNames |
None | string[] |
Syntax: Pixera.Projectors.Projector.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Projector |
getPosition |
handle : object |
ProjectorPosValues |
Projector |
setPosition |
handle : objectxPos : optional yPos : optional zPos : optional |
bool |
Projector |
getRotation |
handle : object |
ProjectorPosValues |
Projector |
setRotation |
handle : objectxRot : optional yRot : optional zRot : optional |
bool |
Projector |
getName |
handle : object |
string |
Projector |
activateScreenMapping |
handle : objectscreenId : double isActive : bool |
null |
Projector |
setBlackout |
handle : objectisActive : bool |
null |
Projector |
getBlackout |
handle : object |
bool |
Projector |
setSoftedgeVisible |
handle : objectscreenName : string visible : bool |
null |
Projector |
resetAllColorCorrections |
handle : object |
null |
Projector |
setColorCorrectionWithPath |
handle : objectpath : string value : float |
null |
Projector |
getColorCorrectionWithPath |
handle : objectpath : string |
float |
Projector |
setColorCorrectionAsJsonString |
handle : objectcolorCorrection : string |
null |
Projector |
getColorCorrectionAsJsonString |
handle : object |
string |
Projector |
getOutput |
handle : objectindex : optional |
handle |
Projector |
setOutput |
handle : objectoutputHandle : handle |
null |
Projector |
getInst |
handle : objectinstancePath : string |
handle |
Projector |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Projector |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Resources.(function)
Name | Parameters | Return Values |
---|---|---|
getResources |
None | handle[] |
getResourceFolderWithNamePath |
namePath : string |
handle |
getResourceFolders |
None | handle[] |
getTranscodingFolders |
None | handle[] |
getJsonDescrip |
None | string |
Syntax: Pixera.Resources.ResourceFolder.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
ResourceFolder |
ref |
handle : object |
handle |
ResourceFolder |
getName |
handle : object |
string |
ResourceFolder |
setName |
handle : objectname : string |
null |
ResourceFolder |
getResourceFolders |
handle : object |
handle[] |
ResourceFolder |
getResources |
handle : object |
handle[] |
ResourceFolder |
getResourceAtIndex |
handle : objectindex : int |
handle |
ResourceFolder |
addResource |
handle : objectpath : string |
handle |
ResourceFolder |
addResourcesFromDirectory |
handle : objectpath : string removeOthers : bool checkRedundancy : bool |
handle[] |
ResourceFolder |
addResourcesFromDirectoryRemoveAssets |
handle : objectpath : string removeOthers : bool checkRedundancy : bool |
handle[] |
ResourceFolder |
addInternalResource |
handle : objectsignature : string resKind : int |
handle |
ResourceFolder |
createFoldersFrom |
handle : objectpath : string |
null |
ResourceFolder |
refreshResources |
handle : object |
null |
ResourceFolder |
moveResourceToThis |
handle : objectid : double |
null |
ResourceFolder |
removeThis |
handle : object |
null |
ResourceFolder |
removeThisIncludingAssets |
handle : object |
null |
ResourceFolder |
removeAllContents |
handle : object |
null |
ResourceFolder |
removeAllContentsIncludingAssets |
handle : object |
null |
ResourceFolder |
deleteAllContentsAssetsFromLiveSystem |
handle : objectapEntityLiveSystemHandle : handle |
null |
ResourceFolder |
resetDistributionTargets |
handle : object |
null |
ResourceFolder |
changeDistributionTarget |
handle : objectapEntityLiveSystemHandle : handle shouldDistribute : bool |
null |
ResourceFolder |
replaceResourcesByString |
handle : objectsearchString : string replaceString : string path : string |
null |
ResourceFolder |
getInst |
handle : objectinstancePath : string |
handle |
ResourceFolder |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
ResourceFolder |
getInstancePath |
handle : object |
string |
ResourceFolder |
getDmxId |
handle : object |
int |
ResourceFolder |
getCombinedDmxId |
handle : object |
int |
ResourceFolder |
setDmxId |
handle : objectid : int |
null |
Syntax: Pixera.Resources.TranscodingFolder.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
TranscodingFolder |
getUsedTranscodingPreset |
handle : object |
string |
TranscodingFolder |
setUsedTranscodingPreset |
handle : objectpreset : string |
null |
TranscodingFolder |
getTranscodeAutomatically |
handle : object |
bool |
TranscodingFolder |
setTranscodeAutomatically |
handle : objectautoTranscode : bool |
null |
TranscodingFolder |
getUseRxCacheAsDestination |
handle : object |
bool |
TranscodingFolder |
setRxCacheAsDestination |
handle : objectuseRxCache : bool |
null |
TranscodingFolder |
getDestinationDirectory |
handle : object |
string |
TranscodingFolder |
setDestinationDirectory |
handle : objectpath : string |
null |
Syntax: Pixera.Resources.Resource.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Resource |
ref |
handle : object |
handle |
Resource |
removeThis |
handle : object |
null |
Resource |
deleteFilesOnSystems |
handle : object |
null |
Resource |
removeThisIncludingAssets |
handle : object |
null |
Resource |
deleteAssetFromLiveSystem |
handle : objectapEntityLiveSystemHandle : handle |
null |
Resource |
resetDistributionTargets |
handle : object |
null |
Resource |
changeDistributionTarget |
handle : objectapEntityLiveSystemHandle : handle shouldDistribute : bool |
null |
Resource |
getName |
handle : object |
string |
Resource |
setName |
handle : objectname : string |
null |
Resource |
getFps |
handle : object |
double |
Resource |
getResolution |
handle : object |
double[] |
Resource |
getIsActive |
handle : object |
bool |
Resource |
getVideoStreamModes |
handle : object |
string[] |
Resource |
setVideoStreamMode |
handle : objectindex : int |
null |
Resource |
getId |
handle : object |
double |
Resource |
getDuration |
handle : object |
double |
Resource |
getType |
handle : object |
string |
Resource |
setCurrentVersion |
handle : objectversion : string |
null |
Resource |
getCurrentVersion |
handle : object |
string |
Resource |
getVersions |
handle : object |
string[] |
Resource |
getVersionSuffix |
handle : object |
string[] |
Resource |
rescanVersions |
handle : object |
null |
Resource |
getThumbnailAsBase64 |
handle : object |
string |
Resource |
getHasPendingTransfer |
handle : object |
bool |
Resource |
getIsInUse |
handle : object |
double |
Resource |
getLastUsageBeginTime |
handle : object |
double |
Resource |
getLastUsageBeginTimeAsString |
handle : object |
string |
Resource |
getLastUsageEndTime |
handle : object |
double |
Resource |
getLastUsageEndTimeAsString |
handle : object |
string |
Resource |
getFilePath |
handle : object |
string |
Resource |
setText |
handle : objecttext : string |
null |
Resource |
getText |
handle : object |
string |
Resource |
setFontWithName |
handle : objectfontName : string |
bool |
Resource |
getFontName |
handle : object |
string |
Resource |
setFontWithPath |
handle : objectfontPath : string |
bool |
Resource |
setHorizontalTextAlignment |
handle : objecttextAlignment : int |
bool |
Resource |
getHorizontalTextAlignment |
handle : object |
int |
Resource |
setVerticalTextAlignment |
handle : objecttextAlignment : int |
bool |
Resource |
getVerticalTextAlignment |
handle : object |
int |
Resource |
setLineHeight |
handle : objectlineHeight : double |
bool |
Resource |
getLineHeight |
handle : object |
double |
Resource |
getTextMeasurementsWidthAndHeight |
handle : object |
int[] |
Resource |
setUrl |
handle : objecturl : string |
null |
Resource |
getUrl |
handle : object |
string |
Resource |
setColorTransformPath |
handle : objectcolorTransformPath : string |
null |
Resource |
getColorTransformPath |
handle : object |
string |
Resource |
clearColorTransformPath |
handle : object |
null |
Resource |
refresh |
handle : objecttext : string |
null |
Resource |
distribute |
handle : object |
null |
Resource |
getDmxId |
handle : object |
int |
Resource |
setDmxId |
handle : objectid : int |
null |
Resource |
removeMultiresourceIndex |
handle : objectindex : int |
null |
Resource |
addMultiresourceItem |
handle : objectid : double |
null |
Resource |
getMultiresourceItems |
handle : object |
handle[] |
Resource |
replaceMultiresourceItemByIndex |
handle : objectindex : int id : double |
null |
Resource |
setMultiresourceResolution |
handle : objectwidth : int height : int |
null |
Resource |
setMultiresourceItemSizebyIndex |
handle : objectindex : int width : double height : double |
null |
Resource |
setMultiresourceItemPositionbyIndex |
handle : objectindex : int x : double y : double |
null |
Resource |
setUseGradient |
handle : objectuseGradient : bool |
null |
Resource |
getUseGradient |
handle : object |
bool |
Resource |
setColors |
handle : objectargbCols : uint[] positions : double[] colNames : string[] useGradient : optional |
null |
Resource |
setColorAtIndex |
handle : objectindex : int red : int green : int blue : int alpha : int position : double name : string useGradient : optional |
null |
Resource |
getColorAtIndex |
handle : objectcolorIndex : int |
int |
Resource |
getColorPositionAtIndex |
handle : objectcolorIndex : int |
double |
Resource |
launchVirtualWorld |
handle : objectaction : string |
null |
Resource |
getUnrealWorld |
handle : object |
handle |
Resource |
setMultiResourceItemRestrictedServiceIps |
handle : objectitemIndex : int ipAdresses : string[] |
null |
Resource |
getMultiResourceItemRestrictedServiceIps |
handle : objectitemIndex : int |
string[] |
Resource |
replace |
handle : objectpath : string |
null |
Resource |
getInst |
handle : objectinstancePath : string |
handle |
Resource |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Resource |
getInstancePath |
handle : object |
string |
Resource |
transcodeWithExisitngPreset |
handle : objectpresetName : string useRxCache : bool destinationPath : string startFrame : int endFrame : int serviceId : uint |
null |
Resource |
transcodeWithSettings |
handle : objectsettings : string useRxCache : bool destinationPath : string startFrame : int endFrame : int serviceId : uint |
null |
Resource |
moveToTranscodingFolder |
handle : objectfolderPath : string |
null |
Syntax: Pixera.Resources.UnrealWorld.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
UnrealWorld |
getLevelNames |
handle : object |
string[] |
UnrealWorld |
loadLevel |
handle : objectlevelName : string |
null |
UnrealWorld |
getEventTriggerNames |
handle : object |
string[] |
UnrealWorld |
triggerEventByName |
handle : objecttriggerName : string |
null |
UnrealWorld |
createNDisplayConfig |
handle : object |
null |
UnrealWorld |
runUnreal |
handle : object |
null |
UnrealWorld |
killUnreal |
handle : object |
null |
UnrealWorld |
getName |
handle : object |
string |
UnrealWorld |
getInst |
handle : objectinstancePath : string |
handle |
UnrealWorld |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
UnrealWorld |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Timelines.(function)
Name | Parameters | Return Values |
---|---|---|
getTimelineAtIndex |
index : int |
handle |
getTimelineFromName |
name : string |
handle |
getTimelines |
None | handle[] |
getTimelineNames |
None | string[] |
getTimelinesSelected |
None | handle[] |
createTimeline |
None | handle |
getNodeFromId |
id : double |
handle |
Syntax: Pixera.Timelines.Timeline.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Timeline |
ref |
handle : object |
handle |
Timeline |
removeThis |
handle : object |
null |
Timeline |
duplicateThis |
handle : objectwithoutClipsCues : optional |
handle |
Timeline |
selectThis |
handle : object |
null |
Timeline |
getZoomFactor |
handle : object |
double |
Timeline |
setZoomFactor |
handle : objectzoomFactor : double |
null |
Timeline |
getVerticalScrollOffset |
handle : object |
int |
Timeline |
setVerticalScrollOffset |
handle : objectoffset : int |
null |
Timeline |
getHorizontalScrollOffset |
handle : object |
int |
Timeline |
setHorizontalScrollOffset |
handle : objectoffset : int |
null |
Timeline |
moveInRenderOrder |
handle : objectmoveDown : bool |
null |
Timeline |
getLayers |
handle : object |
handle[] |
Timeline |
getLayerNames |
handle : object |
string[] |
Timeline |
getLayersSelected |
handle : object |
handle[] |
Timeline |
selectLayerByIndex |
handle : objectindex : int |
null |
Timeline |
selectLayerByNames |
handle : objectlayerNames : string[] |
null |
Timeline |
getLayerAtIndex |
handle : objectindex : int |
handle |
Timeline |
createLayer |
handle : object |
handle |
Timeline |
getCueInfosAsJsonString |
handle : object |
string |
Timeline |
getCues |
handle : object |
handle[] |
Timeline |
getCueNames |
handle : object |
string[] |
Timeline |
getCueAtIndex |
handle : objectindex : int |
handle |
Timeline |
getCueFromName |
handle : objectname : string |
handle |
Timeline |
getCueFromNumber |
handle : objectnumber : int |
handle |
Timeline |
applyCueWithName |
handle : objectname : string blendDuration : optional |
null |
Timeline |
applyCueWithNumber |
handle : objectnumber : int blendDuration : optional |
null |
Timeline |
createCue |
handle : objectname : string timeInFrames : double operation : int |
handle |
Timeline |
removeCues |
handle : object |
null |
Timeline |
createPauseCueBeforeSelectedClips |
handle : object |
null |
Timeline |
play |
handle : object |
null |
Timeline |
pause |
handle : object |
null |
Timeline |
stop |
handle : object |
null |
Timeline |
toggleTransport |
handle : object |
null |
Timeline |
store |
handle : object |
null |
Timeline |
reset |
handle : object |
null |
Timeline |
getAttributes |
handle : object |
TimelineAttributes |
Timeline |
setCurrentFrame |
handle : objecttime : int |
bool |
Timeline |
setCurrentTime |
handle : objecttime : int |
null |
Timeline |
getCurrentTime |
handle : object |
int |
Timeline |
scrubCurrentTime |
handle : objectframes : int |
null |
Timeline |
CurrentTime |
handle : objecttime : int doSet : bool |
int |
Timeline |
getCurrentHMSF |
handle : object |
string |
Timeline |
setTransportMode |
handle : objectmode : int |
bool |
Timeline |
getTransportMode |
handle : object |
int |
Timeline |
setTimecodeInput |
handle : objecthour : int minute : int second : int frame : int elapsedTime : double running : bool freshMode : int stateToken : int format : int |
double |
Timeline |
getFps |
handle : object |
double |
Timeline |
getName |
handle : object |
string |
Timeline |
setName |
handle : objectname : string |
null |
Timeline |
moveToNextCue |
handle : object |
null |
Timeline |
moveToNextCueIgnoreProperties |
handle : object |
null |
Timeline |
getCueNext |
handle : object |
handle |
Timeline |
moveToPreviousCue |
handle : object |
null |
Timeline |
moveToPreviousCueIgnoreProperties |
handle : object |
null |
Timeline |
getCuePrevious |
handle : object |
handle |
Timeline |
ignoreNextCue |
handle : object |
null |
Timeline |
ignoreNextCueWithOperation |
handle : objectcueOperation : int |
null |
Timeline |
blendToTime |
handle : objectgoalTime : double blendDuration : double preloadDelayInMilliseconds : optional |
null |
Timeline |
blendToTimeWithTransportMode |
handle : objectgoalTime : double blendDuration : double transportMode : int preloadDelayInMilliseconds : optional |
null |
Timeline |
setBlendToTimeMode |
handle : objectmode : int |
bool |
Timeline |
setSpeedFactor |
handle : objectfactor : double |
null |
Timeline |
getSpeedFactor |
handle : object |
double |
Timeline |
setOpacity |
handle : objectvalue : double |
null |
Timeline |
getOpacity |
handle : object |
double |
Timeline |
startOpacityAnimation |
handle : objectfadeIn : bool fullFadeDuration : double |
null |
Timeline |
setSmpteMode |
handle : objectmode : int |
null |
Timeline |
getSmpteMode |
handle : object |
int |
Timeline |
storeRecordedValues |
handle : object |
null |
Timeline |
setSmpteInputBehaviour |
handle : objectmode : int |
null |
Timeline |
getSmpteInputBehaviour |
handle : object |
int |
Timeline |
setSmpteOffset |
handle : objecttime : double |
null |
Timeline |
getSmpteOffset |
handle : object |
double |
Timeline |
resetRecordedValues |
handle : object |
null |
Timeline |
getTimelineInfosAsJsonString |
handle : object |
string |
Timeline |
getInst |
handle : objectinstancePath : string |
handle |
Timeline |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Timeline |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Timelines.Layer.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Layer |
ref |
handle : object |
handle |
Layer |
removeThis |
handle : object |
null |
Layer |
getNodes |
handle : object |
handle[] |
Layer |
getNodeWithName |
handle : objectname : string |
handle |
Layer |
getParamWithName |
handle : objectname : string |
handle |
Layer |
getSpatialParametersAtTime |
handle : objecttime : double |
double[] |
Layer |
getTimeline |
handle : object |
handle |
Layer |
setName |
handle : objectname : string |
null |
Layer |
getName |
handle : object |
string |
Layer |
resetLayer |
handle : object |
null |
Layer |
getLayerJsonDescrip |
handle : object |
string |
Layer |
setLayerJsonDescrip |
handle : objectdescrip : string makeAllDominant : bool |
null |
Layer |
getJsonDescrip |
handle : object |
string |
Layer |
initFromJsonDescrip |
handle : objectdescrip : string |
null |
Layer |
setOpacity |
handle : objectvalue : double |
null |
Layer |
getOpacity |
handle : object |
double |
Layer |
resetOpacity |
handle : object |
null |
Layer |
setVolume |
handle : objectvalue : double |
null |
Layer |
getVolume |
handle : object |
double |
Layer |
resetVolume |
handle : object |
null |
Layer |
muteLayer |
handle : object |
null |
Layer |
unMuteLayer |
handle : object |
null |
Layer |
getIsLayerMuted |
handle : object |
bool |
Layer |
muteAudio |
handle : object |
null |
Layer |
unMuteAudio |
handle : object |
null |
Layer |
getIsAudioMuted |
handle : object |
bool |
Layer |
getDmxMuteState |
handle : object |
int |
Layer |
setDmxMuteState |
handle : objectmuteState : uint |
null |
Layer |
toggleExplicitMute |
handle : objectflag : uint |
null |
Layer |
setTransport |
handle : objectmode : int loop : bool |
null |
Layer |
getTransportMode |
handle : object |
int |
Layer |
resetTransportMode |
handle : object |
null |
Layer |
getTransportLoop |
handle : object |
bool |
Layer |
assignResource |
handle : objectid : double |
null |
Layer |
assignResourceWithFade |
handle : objectid : double fadeDuration : double |
null |
Layer |
getAssignedResource |
handle : object |
handle |
Layer |
resetAssignedResource |
handle : object |
null |
Layer |
getAssignedModelResource |
handle : object |
handle |
Layer |
resetAssignedModelResource |
handle : object |
null |
Layer |
getFxNames |
handle : object |
string[] |
Layer |
setFadeDurationDominantResourceChange |
handle : objectvalue : double |
null |
Layer |
getFadeDurationDominantResourceChange |
handle : object |
double |
Layer |
createClip |
handle : object |
handle |
Layer |
createClipAtTime |
handle : objecttimeInFrames : double |
handle |
Layer |
controlClipBorder |
handle : objectclip : handle isEnter : bool isIncremental : bool entryTime : double |
null |
Layer |
getClipAtIndex |
handle : objectindex : int |
handle |
Layer |
getClips |
handle : object |
handle[] |
Layer |
getClipCurrent |
handle : objectoffset : int |
handle |
Layer |
getClipsSelected |
handle : object |
handle[] |
Layer |
removeClips |
handle : object |
null |
Layer |
setHomeScreenFromScreenName |
handle : objectscreenName : string |
null |
Layer |
getHomeScreenName |
handle : object |
string |
Layer |
setBlendMode |
handle : objectblendMode : string |
null |
Layer |
getBlendMode |
handle : object |
string |
Layer |
addEffectById |
handle : objectid : double |
null |
Layer |
setPreloadPermanently |
handle : objectdoPreloadPermanently : bool |
null |
Layer |
getPreloadPermanently |
handle : object |
bool |
Layer |
setRestrictToServiceWithIps |
handle : objectdoRestrict : bool ipAdresses : string[] |
null |
Layer |
getRestrictToService |
handle : object |
bool |
Layer |
getRestrictedServiceIps |
handle : object |
string[] |
Layer |
getOffsets |
handle : object |
double[] |
Layer |
setOffsets |
handle : objectx : optional y : optional z : optional xr : optional yr : optional zr : optional xScale : optional yScale : optional zScale : optional |
null |
Layer |
setCurrentValuesToOffset |
handle : objecttypeIndex : int resetDominant : optional removeKeyframesClips : optional |
null |
Layer |
getInst |
handle : objectinstancePath : string |
handle |
Layer |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Layer |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Timelines.Clip.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Clip |
getId |
handle : object |
double |
Clip |
removeThis |
handle : object |
null |
Clip |
getTimeline |
handle : object |
handle |
Clip |
setTime |
handle : objecttime : double |
null |
Clip |
getTime |
handle : object |
double |
Clip |
setDuration |
handle : objectduration : double |
null |
Clip |
getDuration |
handle : object |
double |
Clip |
setLabel |
handle : objectlabel : string |
null |
Clip |
getLabel |
handle : object |
string |
Clip |
getPlayMode |
handle : object |
int |
Clip |
setPlayMode |
handle : objectplayMode : int |
null |
Clip |
getSpeed |
handle : object |
double |
Clip |
setSpeed |
handle : objectspeed : double |
null |
Clip |
getBlendFrames |
handle : object |
bool |
Clip |
setBlendFrames |
handle : objectdoFrameblending : bool |
null |
Clip |
getInpoint |
handle : object |
double |
Clip |
setInpoint |
handle : objectinpoint : double |
null |
Clip |
getOutpoint |
handle : object |
double |
Clip |
setOutpoint |
handle : objectinpoint : double |
null |
Clip |
assignResource |
handle : objectresId : double setToResourceDuration : optional |
null |
Clip |
getAssignedResource |
handle : object |
handle |
Clip |
setToResourceDuration |
handle : object |
null |
Clip |
createEvent |
handle : objectnamePath : string time : double value : double |
null |
Clip |
createEventInPixelSpace |
handle : objectnamePath : string time : double value : double |
null |
Clip |
removeEvent |
handle : objectnamePath : string time : double |
null |
Clip |
createPauseCueBeforeClip |
handle : object |
handle |
Clip |
setColorTransformPath |
handle : objectcolorTransformPath : string |
null |
Clip |
getColorTransformPath |
handle : object |
string |
Clip |
clearColorTransformPath |
handle : object |
null |
Clip |
getKeyframesAsJsonString |
handle : object |
string |
Syntax: Pixera.Timelines.Node.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Node |
getParameters |
handle : object |
handle[] |
Node |
getName |
handle : object |
string |
Node |
getParamWithName |
handle : objectname : string |
handle |
Node |
setValues |
handle : objectvalues : double[] |
null |
Node |
getValues |
handle : object |
double[] |
Node |
resetValues |
handle : object |
null |
Node |
storeValues |
handle : object |
null |
Node |
mute |
handle : object |
null |
Node |
unMute |
handle : object |
null |
Node |
toggleMute |
handle : object |
null |
Node |
getIsMuted |
handle : object |
bool |
Node |
getTimeline |
handle : object |
handle |
Node |
getInst |
handle : objectinstancePath : string |
handle |
Node |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Node |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Timelines.Param.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Param |
getName |
handle : object |
string |
Param |
getIsChannel |
handle : object |
bool |
Param |
setValue |
handle : objectvalue : timelineParamValue |
null |
Param |
setValueRelativ |
handle : objectvalue : double |
null |
Param |
getValue |
handle : object |
timelineParamValue |
Param |
resetValue |
handle : object |
null |
Param |
storeValue |
handle : object |
null |
Param |
setTransportAttributes |
handle : objectmode : int speed : double loop : bool inpoint : int outpoint : int |
null |
Param |
getAttributes |
handle : object |
TransportAttributes |
Param |
mute |
handle : object |
null |
Param |
unMute |
handle : object |
null |
Param |
toggleMute |
handle : object |
null |
Param |
getIsMuted |
handle : object |
bool |
Param |
getInst |
handle : objectinstancePath : string |
handle |
Param |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Param |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Timelines.Cue.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Cue |
removeThis |
handle : object |
null |
Cue |
apply |
handle : objectblendDuration : optional |
null |
Cue |
blendToThis |
handle : objectblendDuration : double |
null |
Cue |
getAttributes |
handle : object |
CueAttributes |
Cue |
getTimeline |
handle : object |
handle |
Cue |
getIndex |
handle : object |
int |
Cue |
getName |
handle : object |
string |
Cue |
setName |
handle : objectname : string |
bool |
Cue |
getNote |
handle : object |
string |
Cue |
setNote |
handle : objectnote : string |
bool |
Cue |
getOperation |
handle : object |
int |
Cue |
setOperation |
handle : objectoperation : int |
bool |
Cue |
getJumpMode |
handle : object |
int |
Cue |
setJumpMode |
handle : objectjumpMode : int |
bool |
Cue |
getJumpGoalTime |
handle : object |
double |
Cue |
setJumpGoalTime |
handle : objecttime : double |
bool |
Cue |
getJumpGoalLabel |
handle : object |
string |
Cue |
getJumpGoalCue |
handle : object |
handle |
Cue |
setJumpGoalLabel |
handle : objectjumpGoalLabel : string |
bool |
Cue |
getNumber |
handle : object |
int |
Cue |
setNumber |
handle : objectnumber : int |
null |
Cue |
getWaitDuration |
handle : object |
double |
Cue |
setWaitDuration |
handle : objecttime : double |
bool |
Cue |
getBlendDuration |
handle : object |
double |
Cue |
setBlendDuration |
handle : objecttimeInFrames : double |
bool |
Cue |
getTime |
handle : object |
double |
Cue |
setTime |
handle : objecttime : double |
bool |
Cue |
getTimelineToTriggerName |
handle : object |
string |
Cue |
setTimelineToTrigger |
handle : objectnameTimeline : string |
bool |
Cue |
getTimelineTriggerMode |
handle : object |
int |
Cue |
setTimelineTriggerMode |
handle : objectmode : int |
bool |
Cue |
getTimelineTriggerApplyTime |
handle : object |
double |
Cue |
setTimelineTriggerApplyTime |
handle : objecttime : double |
bool |
Cue |
setTimelineTriggerApplyCue |
handle : objectgoalCueLabel : string |
bool |
Cue |
isActive |
handle : object |
bool |
Cue |
setActivity |
handle : objectidState : int |
null |
Cue |
getCountdown |
handle : object |
double |
Cue |
getCountdownHMSF |
handle : object |
string |
Cue |
setCommand |
handle : objectconveyorName : string commandData : string |
null |
Cue |
getInst |
handle : objectinstancePath : string |
handle |
Cue |
getHandleFromInstancePath |
handle : objectinstancePath : string |
handle |
Cue |
getInstancePath |
handle : object |
string |
Syntax: Pixera.Calibration.(function)
Name | Parameters | Return Values |
---|---|---|
setMarkerPositions |
positions : double[] markerIds : int[] |
null |
Syntax: Pixera.WebViews.(function)
Name | Parameters | Return Values |
---|---|---|
loadDeviceUi |
devicePath : string |
null |
activatePreviousFunc |
None | null |
activateNextFunc |
None | null |
getLastActivatedFunc |
None | string |
deviceActivated |
devicePath : string withSelection : bool |
null |
funcActivated |
funcPath : string withSelection : bool |
null |
setFuncBodyState |
funcPath : string state : string |
null |
getFuncBodyState |
funcPath : string |
string |
setTag |
tag : string text : string |
null |
setEditorIsUsingBlocks |
useBlocks : bool |
null |
Syntax: Pixera.Ui.(function)
Name | Parameters | Return Values |
---|---|---|
getComboBoxWithId |
id : double |
handle |
setAppMode |
mode : int |
null |
getAppMode |
None | int |
getDisplayTestpattern |
None | bool |
setDisplayTestpattern |
display : bool |
null |
getPreviewCameraAsJsonString |
None | string |
setPreviewCameraAsJsonString |
cameraFrustrumStateString : string |
null |
setDisableContentRendering |
state : bool |
null |
getIsContentRenderingDisabled |
None | bool |
setDisableWorkspaceRendering |
state : bool |
null |
getIsWorkspaceRenderingDisabled |
None | bool |
Syntax: Pixera.Ui.ComboBox.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
ComboBox |
clear |
handle : object |
null |
ComboBox |
addItem |
handle : objectitem : string id : int |
null |
ComboBox |
setSelectedId |
handle : objectid : int |
null |
ComboBox |
getSelectedId |
handle : object |
int |
Syntax: Pixera.Direct.(function)
Name | Parameters | Return Values |
---|---|---|
setRegistered |
hdls : handle[] expectedFrequency : int dampingMs : int usageHints : string[] |
null |
reloadRegistered |
None | null |
registerScreen |
name : string expectedFrequency : int dampingMs : int |
handle |
registerParam |
instancePath : string |
handle |
registerCamera |
cameraName : string expectedFrequency : int |
handle |
registerPerspective |
screenName : string expectedFrequency : int |
handle |
Syntax: Pixera.Direct.Screen.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Screen |
setPosition |
handle : objectxPos : optional yPos : optional zPos : optional |
null |
Screen |
setRotation |
handle : objectxRot : optional yRot : optional zRot : optional |
null |
Screen |
setPosRot |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional |
null |
Screen |
setPosRotAndPerspectivePos |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional perspXPos : optional perspYPos : optional perspZPos : optional |
null |
Screen |
setPosRotScale |
handle : objectxPos : optional yPos : optional zPos : optional xRot : optional yRot : optional zRot : optional xScale : optional yScale : optional zScale : optional |
null |
Screen |
enableLogging |
handle : objectenable : bool |
null |
Syntax: Pixera.Direct.Param.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Param |
setValue |
handle : objectvalue : double |
null |
Param |
enableLogging |
handle : objectenable : bool |
null |
Syntax: Pixera.Direct.Camera.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Camera |
setPosition |
handle : objectxPos : double yPos : double zPos : double |
null |
Camera |
setRotation |
handle : objectxRot : double yRot : double zRot : double |
null |
Camera |
setTransformation |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double |
null |
Camera |
setTransformationAndLensProps |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double nearClip : double farClip : double aperture : double focus : double iris : double k1 : double k2 : double centerX : double centerY : double panelWidth : double |
null |
Camera |
setTransformationAndLensPropsExt |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double nearClip : double farClip : double aperture : double focus : double focalDistance : double zoom : double iris : double k1 : double k2 : double k3 : double p1 : double p2 : double centerX : double centerY : double panelWidth : double overscan : double |
null |
Syntax: Pixera.Direct.Perspective.(method)
Class Name | Method Name | Parameters | Return Values |
---|---|---|---|
Perspective |
setTransformation |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double |
null |
Perspective |
setTransformationAndLensProps |
handle : objectxPos : double yPos : double zPos : double xRot : double yRot : double zRot : double fov : double aspectRatio : double nearClip : double farClip : double aperture : double focus : double iris : double k1 : double k2 : double centerX : double centerY : double panelWidth : double |
null |
Syntax: Pixera.Unreal.(function)
Name | Parameters | Return Values |
---|---|---|
getSupportedUnrealPluginVersion |
None | int |