Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsPlayerMBS class.

WindowsPlayerMBS.Constructor(data as MemoryBlock)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Initializes the class with given data.

See also:

WindowsPlayerMBS.Constructor(data as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Initializes the class with given data.

See also:

WindowsPlayerMBS.Constructor(file as folderitem)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Initializes the class with a given file.

See also:

WindowsPlayerMBS.GetVolume(byref VolumeLeft as Double, byref VolumeRight as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Queries left and right volume.

Range is from 0.0 for no sound to 1.0 for full sound.

Some examples using this method:

WindowsPlayerMBS.Pause

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Pauses current playback.

WindowsPlayerMBS.Play(offset as Double = 0.0)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Starts playing the sound.

With offset you can define the start point in seconds from beginning of sound. Range from 0 seconds to duration-1.

WindowsPlayerMBS.Resume

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Resumes current playback.

WindowsPlayerMBS.SetVolume(VolumeLeft as Double, VolumeRight as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Sets the left and right volume independent.

Range is from 0.0 for no sound to 1.0 for full sound.

WindowsPlayerMBS.Stop

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Audio MBS Audio Plugin 15.0 ❌ No ✅ Yes ❌ No ❌ No All
Stops current playback.

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


The biggest plugin in space...