Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
New in version 6.1
Item | Details | Server |
---|---|---|
AVExport.AllExportPresets Queries list of all supported presets. | Mac/iOS |
✅ Server |
AVExport.CancelExport Cancels the execution of an export session. | Mac/iOS |
✅ Server |
AVExport.Duration Queries duration of the asset. | Mac/iOS |
✅ Server |
AVExport.Error Queries the error that occurred if the export status is Failed. | Mac/iOS |
✅ Server |
AVExport.EstimatedOutputFileLength Queries the estimated byte size of exported file. | Mac/iOS |
✅ Server |
AVExport.ExportAsynchronously Starts export. | Mac/iOS |
✅ Server |
AVExport.ExportSession Creates a new export session. | Mac/iOS |
✅ Server |
AVExport.GetOutputFileType Queries the output file type. | Mac/iOS |
✅ Server |
AVExport.GetOutputPath Queries the current output path. | Mac/iOS |
✅ Server |
AVExport.GetOutputURL Queries the current output URL. | Mac/iOS |
✅ Server |
AVExport.GetShouldOptimizeForNetworkUse Queries whether video should be network optimized. | Mac/iOS |
✅ Server |
AVExport.GetTimeRange Queries time range to export. | Mac/iOS |
✅ Server |
AVExport.OutputFileExtension Queries preferred file extension for current export. | Mac/iOS |
✅ Server |
AVExport.PresetName Returns the name of the preset used. | Mac/iOS |
✅ Server |
AVExport.Progress Queries current progress. | Mac/iOS |
✅ Server |
AVExport.Release Frees the session. | Mac/iOS |
✅ Server |
AVExport.SetOutputFileType Sets the output file type. | Mac/iOS |
✅ Server |
AVExport.SetOutputPath Sets the output file path. | Mac/iOS |
✅ Server |
AVExport.SetOutputURL Sets the output file URL. | Mac/iOS |
✅ Server |
AVExport.SetShouldOptimizeForNetworkUse Whether to optimize video for network use. | Mac/iOS |
✅ Server |
AVExport.SetTimeRange Specifies a time range to be exported from the source. | Mac/iOS |
✅ Server |
AVExport.Status Queries status of export. | Mac/iOS |
✅ Server |
AVExport.SupportedFileTypes Queries supported file type for this export session. | Mac/iOS |
✅ Server |
AVRecorder.AddPreviewToWindow Adds a preview area to the window. | Mac/Win/iOS |
❌ Server |
AVRecorder.AudioDeviceCount Queries number of audio devices found by the plugin. | Mac/Win/iOS |
❌ Server |
AVRecorder.AudioDeviceInfo Queries details about audio device. | Mac/Win/iOS |
❌ Server |
AVRecorder.ClosePreview Closes the preview view. | Mac/Win/iOS |
❌ Server |
AVRecorder.GetAudioDevice Queries name of audio device in use. | Mac/Win/iOS |
❌ Server |
AVRecorder.GetFilePath Queries the current file path. | Mac/Win/iOS |
❌ Server |
AVRecorder.GetVideoDevice Queries name of video device in use. | Mac/Win/iOS |
❌ Server |
AVRecorder.Init Starts a new recording session. | Mac/Win/iOS |
❌ Server |
AVRecorder.IsRecording Queries whether we are recording. | Mac/Win/iOS |
❌ Server |
AVRecorder.Release Releases a recording session. | Mac/Win/iOS |
❌ Server |
AVRecorder.SetAudioDevice Sets the audio device to use. | Mac/Win/iOS |
❌ Server |
AVRecorder.SetFilePath Sets the file path for recording. | Mac/Win/iOS |
❌ Server |
AVRecorder.SetVideoDevice Sets the video device to use. | Mac/Win/iOS |
❌ Server |
AVRecorder.StartPreview Starts the preview. | Mac/Win/iOS |
❌ Server |
AVRecorder.StartRecording Starts recording. | Mac/Win/iOS |
❌ Server |
AVRecorder.StopRecording Stops recording. | Mac/Win/iOS |
❌ Server |
AVRecorder.VideoDeviceCount Queries number of video devices found by the plugin. | Mac/Win/iOS |
❌ Server |
AVRecorder.VideoDeviceInfo Queries details about video device. | Mac/Win/iOS |
❌ Server |
Addressbook.multivalue.identifiers Deprecated Returns the list of all identifiers. | Mac/iOS |
❌ Server |
Addressbook.multivalue.labels Deprecated Returns the list of all labels. | Mac/iOS |
❌ Server |
Addressbook.multivalue.valueForLabel Deprecated Returns value for label. | Mac/iOS |
❌ Server |
Addressbook.multivalue.values Deprecated Returns the list of all values. | Mac/iOS |
❌ Server |
Addressbook.person.ExternalUID Deprecated Queries external UID for person. | Mac/iOS |
❌ Server |
Addressbook.searchPersonWithExternalUID Deprecated Searches addressbook for given external ID. | Mac only |
❌ Server |
App.CancelUserAttentionRequest Cancels a previous user attention request. | Mac only |
❌ Server |
App.RequestUserAttention Starts a user attention request. | Mac only |
❌ Server |
CLGeocoder.Distance Returns the distance (in meters) of the two locations. | Mac/iOS |
❌ Server |
CURL.GetFinishedEvaluate Queries expression to be run when transfer is finished. | All |
✅ Server |
CURL.GetProgressEvaluate Queries expression to be run when transfer makes progress. | All |
✅ Server |
CURL.SetFinishedEvaluate Sets expression to be run when transfer is finished. | All |
✅ Server |
CURL.SetProgressEvaluate Sets expression to be run when transfer makes progress. | All |
✅ Server |
Dictionary.Clone Creates a copy of the dictionary. | All |
✅ Server |
Dictionary.ToJSON Returns JSON representation of dictionary for data exchange. | All |
✅ Server |
Dictionary.ToText Returns text representation of dictionary for data exchange. | All |
✅ Server |
Dictionary.ToXML Returns XML representation of dictionary for data exchange. | All |
✅ Server |
DynaPDF.GetReplaceICCProfile Queries file path for a ICC replace profile. | All |
✅ Server |
DynaPDF.GetReplaceICCProfilesCounter Queries counter for ReplaceICCProfile callback. | All |
✅ Server |
DynaPDF.SetReplaceICCProfile Sets the replace ICC profile path. | All |
✅ Server |
FM.DataType Returns data type of argument. | All |
✅ Server |
FM.InsertOrUpdateRecord2 Inserts or updates a record in a table in one line. | All |
✅ Server |
FM.InsertOrUpdateRecord3 Inserts or updates a record in a table in one line. | All |
✅ Server |
HotKey.GetEvaluate Queries expression to be run when hotkey is pressed. | Mac/Win |
❌ Server |
HotKey.SetEvaluate Sets expression to be run when hotkey is pressed. | Mac/Win |
❌ Server |
IsIOS Whether we run on iOS. | All |
✅ Server |
IsLinux Whether we run on Linux. | All |
✅ Server |
IsMacOS Whether we run on Mac. | All |
✅ Server |
IsWindows Whether we run on Windows. | All |
✅ Server |
JSON.Clone Creates a clone of the json. | All |
✅ Server |
JSON.GetPathItem Queries value from JSON path. | All |
✅ Server |
JSON.GetValue Queries the value of the json. | All |
✅ Server |
JSON.SetPathItem Sets a value in a JSON hierarchy. | All |
✅ Server |
List.AddPostfix Adds a postfix text to each entry in the list. | All |
✅ Server |
List.AddPrefix Adds a prefix text to each entry in the list. | All |
✅ Server |
List.CrossProduct Creates the cross product from two lists. | All |
✅ Server |
List.RemovePostfix Removes a postfix text to each entry in the list. | All |
✅ Server |
List.RemovePrefix Removes a prefix text to each entry in the list. | All |
✅ Server |
Menu.GetEvaluate Queries expression to be run when menu is chosen. | Mac/Win |
❌ Server |
Menu.SetEvaluate Sets expression to be run when menu is chosen. | Mac/Win |
❌ Server |
MenuItem.GetEvaluate Queries expression to be run when MenuItem is chosen. | Mac/Win |
❌ Server |
MenuItem.SetEvaluate Sets expression to be run when menuitem is chosen. | Mac/Win |
❌ Server |
Menubar.SetMenuCommandTitle Sets the title of a menu item. | Mac/Win |
❌ Server |
PrintDialog.GetTray Queries tray name. | Mac only |
❌ Server |
PrintDialog.SetTray Sets the tray name the plugin should select. | Mac only |
❌ Server |
QTExport.CloseMovie Deprecated Closes current movie. | Mac/Win |
❌ Server |
QTExport.Duration Deprecated Queries duration of current movie. | Mac/Win |
❌ Server |
QTExport.Export Deprecated Exports the movie file. | Mac/Win |
❌ Server |
QTExport.GetHighResolution Deprecated Queries whether high resolution audio is enabled. | Mac/Win |
❌ Server |
QTExport.GetMovieHeight Deprecated Queries the movie height you set. | Mac/Win |
❌ Server |
QTExport.GetMovieWidth Deprecated Queries the movie width you set. | Mac/Win |
❌ Server |
QTExport.GetSettings Deprecated Queries current settings as text. | Mac/Win |
❌ Server |
QTExport.GetShowProgress Deprecated Queries whether to show progress dialog. | Mac/Win |
❌ Server |
QTExport.GetSoundChannelCount Deprecated Queries the sound channel count to use. | Mac/Win |
❌ Server |
QTExport.GetSoundSampleRate Deprecated Queries the sound sample rate to use. | Mac/Win |
❌ Server |
QTExport.GetSoundSampleSize Deprecated Queries the sound sample size to use. | Mac/Win |
❌ Server |
QTExport.ListExporters Deprecated Enumerates all available exporters. | Mac/Win |
❌ Server |
QTExport.OpenExporter Deprecated Opens an exporter. | Mac/Win |
❌ Server |
QTExport.OpenMovie Deprecated Opens a movie file for input. | Mac/Win |
❌ Server |
QTExport.Release Deprecated Frees the exporter. | Mac/Win |
❌ Server |
QTExport.SetHighResolution Deprecated Enables or disables high resolution audio. | Mac/Win |
❌ Server |
QTExport.SetMovieHeight Deprecated Sets the movie height you want to have. | Mac/Win |
❌ Server |
QTExport.SetMovieWidth Deprecated Sets the movie width you want to have. | Mac/Win |
❌ Server |
QTExport.SetSettings Deprecated Restores saved settings. | Mac/Win |
❌ Server |
QTExport.SetShowProgress Deprecated Sets whether to show progress. | Mac/Win |
❌ Server |
QTExport.SetSoundChannelCount Deprecated Sets the number of channels to export. | Mac/Win |
❌ Server |
QTExport.SetSoundSampleRate Deprecated Sets the sound sample rate. | Mac/Win |
❌ Server |
QTExport.SetSoundSampleSize Deprecated Sets the sound sample size to use. | Mac/Win |
❌ Server |
QTExport.SetupDialog Deprecated Shows a modal setup dialog. | Mac/Win |
❌ Server |
QTExport.Validate Deprecated Validates the settings. | Mac/Win |
❌ Server |
QuickList.AddPostfix Adds a postfix text to each entry in the list. | All |
✅ Server |
QuickList.AddPrefix Adds a prefix text to each entry in the list. | All |
✅ Server |
QuickList.Clone Creates a clone of the list. | All |
✅ Server |
QuickList.CrossProduct Creates the cross product from two lists. | All |
✅ Server |
QuickList.RemovePostfix Removes a postfix text to each entry in the list. | All |
✅ Server |
QuickList.RemovePrefix Removes a prefix text to each entry in the list. | All |
✅ Server |
SendMail.ClearHeaders Clears the headers for email. | All |
✅ Server |
SyntaxColoring.GetScriptIfColor Queries the current script if block color. | Mac only |
❌ Server |
SyntaxColoring.GetScriptLoopColor Queries the current script loop block color. | Mac only |
❌ Server |
SyntaxColoring.GetScriptSearchColor Queries the current script search color. | Mac only |
❌ Server |
SyntaxColoring.GetUseBoldFont Deprecated Queries whether to use bold fonts. | Mac only |
❌ Server |
SyntaxColoring.SetScriptIfColor Sets the highlight color for if block in a script. | Mac only |
❌ Server |
SyntaxColoring.SetScriptLoopColor Sets the highlight color for if block in a script. | Mac only |
❌ Server |
SyntaxColoring.SetScriptSearchColor Sets the search color. | Mac only |
❌ Server |
SyntaxColoring.SetUseBoldFont Deprecated Sets whether to use bold fonts. | Mac only |
❌ Server |
Text.RemovePostfix Removes the postfix from text. | All |
✅ Server |
Text.RemovePrefix Removes the prefix from text. | All |
✅ Server |
Time.TimeStampToUTC Converts timestamp to UTC. | All |
✅ Server |
Window.ClearFocus Clears focus of Window. | Mac/Win |
❌ Server |
Window.FlashWindow Flashes the specified window one time. | Win only |
❌ Server |
131 functions shown.
These functions require a license (56%).