BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_SMPLManufacturer Property

BASS.NET API for the Un4seen BASS Audio Library
Specifies the MMA Manufacturer code for the intended target device.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int Manufacturer { get; }

Property Value

Type: Int32
Remarks

The high byte indicates the number of low order bytes (1 or 3) that are valid for the manufacturer code. For example, this value will be 0x01000013 for Digidesign (the MMA Manufacturer code is one byte, 0x13); whereas 0x03000041 identifies Microsoft (the MMA Manufacturer code is three bytes, 0x00 0x00 0x41). If the sample is not intended for a specific manufacturer, then this field should be set to zero.
See Also

Reference