MBS Plugin Documentation

Search:

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 QTTimeCodeMBS
class, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: A class for the time code values.
QTTimeCodeMBS.Close
method, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, 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.)
QTTimeCodeMBS.Counter as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The value for the counter.
Notes:
Value is only useful if UseTimeCode is false.
(Read and Write property)
QTTimeCodeMBS.DropFrames as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: Whether frames may be dropped for better performance.
Notes: (Read and Write property)
QTTimeCodeMBS.Flags as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The flags of this timecode.
Notes:
Values are available using the boolean properties.
(Read and Write property)
QTTimeCodeMBS.FrameDuration as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The frame duration for this track.
Notes:
In TimeScale units.
(Read and Write property)
QTTimeCodeMBS.FrameNumber as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The current frame number.
Notes:
Set by TimeCodeAtTime, CurrentTimeCode and TimeCodeToFrameNumber.
Used by FrameNumberToTimeCode.
(Read and Write property)
QTTimeCodeMBS.Frames as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The start value for the time code.
Notes:
Value is only useful if UseTimeCode is true.
(Read and Write property)
QTTimeCodeMBS.Hours as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The start value for the time code.
Notes:
Value is only useful if UseTimeCode is true.
(Read and Write property)
QTTimeCodeMBS.IsNeg as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: Whether to display the sign on negative values.
Notes: (Read and Write property)
QTTimeCodeMBS.Minutes as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The start value for the time code.
Notes:
Value is only useful if UseTimeCode is true.
(Read and Write property)
QTTimeCodeMBS.NumberOfFrames as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The number of frames per second.
Notes: (Read and Write property)
QTTimeCodeMBS.Seconds as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The start value for the time code.
Notes:
Value is only useful if UseTimeCode is true.
(Read and Write property)
QTTimeCodeMBS.SourceName as String
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.3, Mac OS X: Works, Windows: Works, Linux x86: Does nothing, Feedback.

Function: The source name of the time code.
Notes:
This value is not always present.
TrackMBS.TimeCodeAtTime does set it, but QTTrackMBS.CurrentTimeCode does not.
(Read and Write property)
QTTimeCodeMBS.TimeScale as Integer
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, 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.
(Read and Write property)
QTTimeCodeMBS.Use24Hours as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, 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.
(Read and Write property)
QTTimeCodeMBS.UseTimeCode as Boolean
property, QuickTime, MBS QuickTime Plugin (QTMovie), class QTTimeCodeMBS, Plugin version: 5.0, 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
(Read and Write property)

Next items

The items on this page are in the following plugins: MBS QuickTime Plugin.