MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
QTEffectMBS.AddEffectID(id as string)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds the effect ID to this effect description.
Notes:
useful constants:
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds the effect ID to this effect description.
Notes:
useful constants:
| const kAlphaCompositorTransition | = "blnd" |
| const kCrossFadeTransition | = "dslv" |
| const kChannelCompositeEffect | = "chan" |
| const kChromaKeyTransition | = "ckey" |
| const kImplodeTransition | = "mplo" |
| const kExplodeTransition | = "xplo" |
| const kGradientTransition | = "matt" |
| const kPushTransition | = "push" |
| const kSlideTransition | = "slid" |
| const kWipeTransition | = "smpt" |
| const kIrisTransition | = "smp2" |
| const kRadialTransition | = "smp3" |
| const kMatrixTransition | = "smp4" |
| const kZoomTransition | = "zoom" |
QTEffectMBS.AddFixedFloatValue(id as string, value as single)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a fixed floating point value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a fixed floating point value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
QTEffectMBS.AddFixedFloatValueRange(id as string, value1 as single, value2 as single)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds fixed floating point values to the effect description.
Example:
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds fixed floating point values to the effect description.
Example:
q.AddFixedFloatValueRangle "pcnt",0,100
Notes: Check the effect description for details about which effect takes which parameters.QTEffectMBS.AddInt16Value(id as string, value as integer)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a 16 bit integer value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a 16 bit integer value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
QTEffectMBS.AddInt32Value(id as string, value as integer)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a 32 bit integer value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a 32 bit integer value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
QTEffectMBS.AddInt8Value(id as string, value as integer)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds an eight bit integer value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds an eight bit integer value to the effect description.
Notes: Check the effect description for details about which effect takes which parameters.
QTEffectMBS.AddMemory(id as string, value as memoryblock, offset as integer, size as integer)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a memoryblock content to the effect description.
Notes:
Check the effect description for details about which effect takes which parameters.
You have to take care the bytes in the memoryblock have the correct byte order and the correct text encoding.
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a memoryblock content to the effect description.
Notes:
Check the effect description for details about which effect takes which parameters.
You have to take care the bytes in the memoryblock have the correct byte order and the correct text encoding.
QTEffectMBS.AddString(id as string, value as string)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a string value to the effect description.
Notes:
Check the effect description for details about which effect takes which parameters.
You have to take care the bytes in the string have the correct byte order and the correct text encoding.
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 6.2, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Adds a string value to the effect description.
Notes:
Check the effect description for details about which effect takes which parameters.
You have to take care the bytes in the string have the correct byte order and the correct text encoding.
class QTEffectMBS
class, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: A class for a QuickTime effect.
class, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: A class for a QuickTime effect.
QTEffectMBS.Close
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The destructor.
Notes:
There is no need to call this method except you want to free all resources of this object now without waiting for Realbasic to do it for you.
(e.g. some Realbasic versions crash on Windows if there are plugin objects not closed.)
method, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The destructor.
Notes:
There is no need to call this method except you want to free all resources of this object now without waiting for Realbasic to do it for you.
(e.g. some Realbasic versions crash on Windows if there are plugin objects not closed.)
QTEffectMBS.Handle as Integer
property, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The handle for the effect description.
Notes: (Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The handle for the effect description.
Notes: (Read and Write property)
QTEffectMBS.Lasterror as Integer
property, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The last error code reported.
Notes: (Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTEffect), class QTEffectMBS, Plugin version: 5.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The last error code reported.
Notes: (Read and Write property)
The items on this page are in the following plugins: MBS QuickTime Plugin.
Monkeybread Software Realbasic Plugins - JUZ Nickenich