BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_SMPL Properties

BASS.NET API for the Un4seen BASS Audio Library

The BASS_TAG_SMPL type exposes the following members.

Properties

  NameDescription
Public propertyManufacturer
Specifies the MMA Manufacturer code for the intended target device.
Public propertyMIDIPitchFraction
Specifies the fraction of a semitone up from the specified MIDIUnityNote.
Public propertyMIDIUnityNote
Specifies the MIDI note which will replay the sample at original pitch.
Public propertyNumSampleLoops
Specifies the number (count) of BASS_TAG_SMPL_LOOP records that are contained in SampleLoops.
Public propertyProduct
Specifies the Product code of the intended target device for the Manufacturer.
Public propertySampleData
Specifies the size in bytes of the optional sampler-specific data. Sampler specific data is stored imediately following the SampleLoops records. The cbSamplerData field will be zero if no extended sampler specific information is stored in the chunk.
Public propertySampleLoops
The array of BASS_TAG_SMPL_LOOP loops (or ).
Public propertySamplePeriod
Specifies the period of one sample in nanoseconds (normally 1/nSamplesPerSec from the WAVEFORMAT structure for the RIFF WAVE file--however, this field allows fine tuning).
Public propertySMPTEFormat
Specifies the SMPTE time format used in the SMPTEOffset field.
Public propertySMPTEOffset
Specifies a time offset for the sample if it is to be syncronized or calibrated according to a start time other than 0.
Top
See Also

Reference