BASS.NET API for the Un4seen BASS Audio Library

MIDI_OUTCAPSsupport Field

BASS.NET API for the Un4seen BASS Audio Library
Optional functionality supported by the device.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int support

Field Value

Type: Int32
Remarks

It can be one or more of the following:

MIDICAPS_CACHE (0x0004) : Supports patch caching.

MIDICAPS_LRVOLUME (0x0002) : Supports separate left and right volume control.

MIDICAPS_STREAM (0x0008) : Provides direct support for the StreamOut function.

MIDICAPS_VOLUME (0x0001) : Supports volume control.

If a device supports volume changes, the MIDICAPS_VOLUME flag will be set for the support member. If a device supports separate volume changes on the left and right channels, both the MIDICAPS_VOLUME and the MIDICAPS_LRVOLUME flags will be set for this member.

See Also

Reference