BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_SMPL_LOOP Properties

BASS.NET API for the Un4seen BASS Audio Library

The BASS_TAG_SMPL_LOOP type exposes the following members.

Properties

  NameDescription
Public propertyEnd
Specifies the endpoint of the loop in samples (this sample will also be played).
Public propertyFraction
Allows fine-tuning for loop fractional areas between samples. Values range from 0x00000000 to 0xFFFFFFFF. A value of 0x80000000 represents 1/2 of a sample length.
Public propertyIdentifier
Identifies the unique ’name’ of the loop. This field may correspond with a name stored in a cue points ("cue ") chunk. The name data is stored in an associated data list ("adtl") chunk.
Public propertyPlayCount
Specifies the number of times.
Public propertyStart
Specifies the startpoint of the loop in samples.
Public propertyType
Specifies the loop type: 0 - Loop forward (normal), 1 - Alternating loop (forward/backward), 2 - Loop backward, 3-31 - reserved for future standard types, 32-? - sampler specific types (manufacturer defined).
Top
See Also

Reference