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 WindowsPlayerMBS class.
WindowsPlayerMBS.Buffer as MemoryBlock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 16.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
You get a copy of the buffer as memoryblock.
Please use BufferLength, SampleRate and ChannelCount to read it.
Data is always 16 bit with 2 * ChannelCount * SampleRate bytes per second.
(Read only property)
WindowsPlayerMBS.BufferLength as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 16.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
(Read only property)
WindowsPlayerMBS.ChannelCount as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 16.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
(Read only property)
WindowsPlayerMBS.ChannelMask as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 20.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
1 is left, 2 is right, 3 is center and so on.
Default is zero for automatic.
see list here:
https://docs.microsoft.com/en-us/previous-versions/ms713496%28v%3dvs.85%29
(Read and Write property)
WindowsPlayerMBS.DeviceID as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 20.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
Please set before calling Play method.
Default is -1 to use WAVE MAPPER device.
(Read and Write property)
WindowsPlayerMBS.Duration as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 15.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
(Read only property)
WindowsPlayerMBS.Lasterror as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 15.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
(Read and Write property)
WindowsPlayerMBS.Pitch as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 15.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
Default 1.0.
pass e.g. 0.5 for half pitch or 2.0 to double pitch.
(Read and Write property)
WindowsPlayerMBS.Position as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 15.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
(Read only property)
WindowsPlayerMBS.Rate as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 15.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
Default 1.0.
pass e.g. 0.5 for half speed or 2.0 to double speed.
(Read and Write property)
WindowsPlayerMBS.SampleRate as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 16.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
(Read only property)
WindowsPlayerMBS.Volume as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Audio | MBS Audio Plugin | 15.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | All |
Range is from 0.0 for no sound to 1.0 for full sound.
(Read and Write property)
The items on this page are in the following plugins: MBS Audio Plugin.