Platforms to show: All Mac Windows Linux Cross-Platform

Back to DRMSFMBS class.

DRMSFMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The dummy constructor.

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
Creates an msf object whose length is frames.

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
Creates an msf object initialized to the value represented by string

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
Returns a textual representation.

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
Returns a textual representation of the receiver.

The format string is very similar to
A printf-style format string with %-escaped formatting characters.

%%A "%" character
%mMinutes as a decimal number
%sSeconds as a decimal number
%fFrames as a decimal number

In addition to these formatting characters an optional length specifier can come between then % and the formatting character. This length specifier will force the field in question to be at least that wide. For example a format specifier of "%02m:%02s" will cause a DRMSF object representing 3 minutes 9 seconds to be formatted as "03:09".

A formatter is aware of and respects rounding. If a bit of the msf is no zero, but the format does not display that value, the next higher value will be increased by one to reflect that. Extending our example above, an DRMSF with a value of 3 minutes, 9 seconds, 15 frames using a format specfier of "%02m:%02s", will be formatted as "03:10" since the 15 frames rounds up the seconds to the next value

Returns a string containing a textual representation of the object utilizing the specified format.

DRMSFMBS.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
Returns the number of frames represented by the receiver.

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
Compares on emsf to another.

True if the two object are equal, false otherwise.

DRMSFMBS.minutes as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the number of minutes represented by the receiver.

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
Adds an msf to the receiver.

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
Subtracts an msf to the receiver.

Returns nil on any error.

DRMSFMBS.seconds as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the number of seconds represented by the receiver.

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.

DRMSFMBS.sectors as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the total number of frames/sectors represented by the receiver.

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.


The biggest plugin in space...