Gets the MMC Device ID (or 255 on error or not present).
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Property Value
Type: ByteRemarks
It is typically one of the following values:
| 0x01 | Stop |
| 0x02 | Play |
| 0x03 | Deferred Play |
| 0x04 | Fast Forward |
| 0x05 | Rewind |
| 0x06 | Record Strobe (Punch In) |
| 0x07 | Record Exit (Punch Out) |
| 0x09 | Pause |
There are many other MMC commands existing...however you might use the MessageRead8(Int32), MessageRead16(Int32), MessageRead24(Int32) etc. methods to read any data from the Message data buffer.
Note: If not dealing with a universal real-time SysEx 255 will be returned. This member might anyhow return a valid value, since this property simply evaluates the forth data byte after the initial StatusType.
See Also