BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_SMPLSMPTEOffset Property

BASS.NET API for the Un4seen BASS Audio Library
Specifies a time offset for the sample if it is to be syncronized or calibrated according to a start time other than 0.

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

public int SMPTEOffset { get; }

Property Value

Type: Int32
Remarks

The format of this value is 0xhhmmssff. hh is a signed Hours value [-23..23]. mm is an unsigned Minutes value [0..59]. ss is unsigned Seconds value [0..59]. ff is an unsigned value [0..(SMPTEFormat - 1)].
See Also

Reference