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
class QTTimeCodeCreationParametersMBS
class, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: A class for the time code creation parameters.
class, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: A class for the time code creation parameters.
QTTimeCodeCreationParametersMBS.Close
method, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, 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 (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, 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.)
QTTimeCodeCreationParametersMBS.CounterStartValue as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the counter.
Notes:
Default value: 0
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the counter.
Notes:
Default value: 0
(Read and Write property)
QTTimeCodeCreationParametersMBS.DisplayBelowVideo as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether the counter should be displayed below the video area.
Notes:
True -> below
False -> above
Default value: true
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether the counter should be displayed below the video area.
Notes:
True -> below
False -> above
Default value: true
(Read and Write property)
QTTimeCodeCreationParametersMBS.DisplayTimeCode as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Wether the time code should be displayed.
Notes:
If you set this to false you can create an invisible time code track.
Default value: false
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Wether the time code should be displayed.
Notes:
If you set this to false you can create an invisible time code track.
Default value: false
(Read and Write property)
QTTimeCodeCreationParametersMBS.DropFrames as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether frames may be dropped for better performance.
Notes:
Default value: true
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether frames may be dropped for better performance.
Notes:
Default value: true
(Read and Write property)
QTTimeCodeCreationParametersMBS.FontBackColor as Color
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The background color of the font to use.
Notes: (Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The background color of the font to use.
Notes: (Read and Write property)
QTTimeCodeCreationParametersMBS.FontFace as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The font face to use.
Example:
The font face is a combination of the font face constants. (see example)
Use -1 for the default settings.
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The font face to use.
Example:
// font face constants
const normal = 0
const bold = 1
const italic = 2
const underline = 4
const outline = 8
const shadow = 16
const condense = 32
const extend = 64
// graphical things
tcp.FontFace=bold+extend
tcp.FontSize=24
tcp.FontForeColor=&cFF0000
tcp.FontBackColor=&c000033
Notes: The font face is a combination of the font face constants. (see example)
Use -1 for the default settings.
(Read and Write property)
QTTimeCodeCreationParametersMBS.FontForeColor as Color
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The fore color of the font to use.
Notes: (Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The fore color of the font to use.
Notes: (Read and Write property)
QTTimeCodeCreationParametersMBS.FontName as String
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The name of the font to use.
Notes:
Should be set.
Default value: "Monaco"
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The name of the font to use.
Notes:
Should be set.
Default value: "Monaco"
(Read and Write property)
QTTimeCodeCreationParametersMBS.FontSize as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The font size to use.
Notes:
Default is -1 to use the default size.
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 6.1, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The font size to use.
Notes:
Default is -1 to use the default size.
(Read and Write property)
QTTimeCodeCreationParametersMBS.FrameDuration as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The frame duration for this track.
Notes:
In TimeScale units.
Default value: 100
(which makes 29.97 frames per seconds)
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The frame duration for this track.
Notes:
In TimeScale units.
Default value: 100
(which makes 29.97 frames per seconds)
(Read and Write property)
QTTimeCodeCreationParametersMBS.Frames as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
QTTimeCodeCreationParametersMBS.Height as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The height in pixels of the track.
Notes:
Default value: 20
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The height in pixels of the track.
Notes:
Default value: 20
(Read and Write property)
QTTimeCodeCreationParametersMBS.Hours as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
QTTimeCodeCreationParametersMBS.IsNeg as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether to display the sign on negative values.
Notes:
Default value: false
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether to display the sign on negative values.
Notes:
Default value: false
(Read and Write property)
QTTimeCodeCreationParametersMBS.Minutes as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
QTTimeCodeCreationParametersMBS.NumberOfFrames as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of frames per second.
Notes:
Default value: 30
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The number of frames per second.
Notes:
Default value: 30
(Read and Write property)
QTTimeCodeCreationParametersMBS.Seconds as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The start value for the time code.
Notes:
Default value: 0
(Read and Write property)
QTTimeCodeCreationParametersMBS.SourceName as String
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The name of the time code source.
Notes:
Here you can place any string. e.g. the software name.
Default value: "MBS REALbasic Plugin"
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The name of the time code source.
Notes:
Here you can place any string. e.g. the software name.
Default value: "MBS REALbasic Plugin"
(Read and Write property)
QTTimeCodeCreationParametersMBS.TimeScale as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The time scale factor.
Notes:
TimeScale is the number of units per second.
Default value: 2997 (best for NTSC)
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: The time scale factor.
Notes:
TimeScale is the number of units per second.
Default value: 2997 (best for NTSC)
(Read and Write property)
QTTimeCodeCreationParametersMBS.Use24Hours as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether to use 24 hours per day.
Notes:
True -> 24 hours
False -> 12 hours AM and 12 hours PM.
Default value: true
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether to use 24 hours per day.
Notes:
True -> 24 hours
False -> 12 hours AM and 12 hours PM.
Default value: true
(Read and Write property)
QTTimeCodeCreationParametersMBS.UseTimeCode as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether to use the timecode or the counter.
Notes:
True -> Timecode
False -> Counter
Default value: true
(Read and Write property)
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeCreationParametersMBS, Plugin version: 4.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.
Function: Whether to use the timecode or the counter.
Notes:
True -> Timecode
False -> Counter
Default value: true
(Read and Write property)
The items on this page are in the following plugins: MBS QuickTime Plugin.
Monkeybread Software Realbasic Plugins - Messdiener Nickenich