Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to DRMSFMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
See also:
DRMSFMBS.Constructor(frames as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
See also:
DRMSFMBS.Constructor(s as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
See also:
DRMSFMBS.description as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
DRMSFMBS.descriptionWithFormat(format as string) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The format string is very similar to
A printf-style format string with %-escaped formatting characters.
%% | A "%" character |
%m | Minutes as a decimal number |
%s | Seconds as a decimal number |
%f | Frames as a decimal number |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This method differs from sectors in that it returns to the caller the number of frames remaining in the current second. For example an DRMSF value of 5:30:72 will return 72 from frames.
DRMSFMBS.isEqualToMSF(value as DRMSFMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
True if the two object are equal, false otherwise.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
If the receiver represents a non integral number of minutes, only the whole minute value is returned. For example an DRMSF value of 5:30:72 will return 5 from a minutes.
DRMSFMBS.msfByAdding(value as DRMSFMBS) as DRMSFMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns nil on any error.
DRMSFMBS.msfBySubtracting(value as DRMSFMBS) as DRMSFMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns nil on any error.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
If the receiver represents a non integral number of seconds, only the whole second value is returned. For example an DRMSF value of 5:30:72 will return 30 from seconds.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DiscRecording | MBS MacControls Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This method differs from frames in that it returns to the caller the total number of frames/sectors represented by the object.
For example an DRMSF value of 5:30:72 will return 24822 from sectors.
The items on this page are in the following plugins: MBS MacControls Plugin.