BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_SMPLSMPTEFormat Property

BASS.NET API for the Un4seen BASS Audio Library
Specifies the SMPTE time format used in the SMPTEOffset field.

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

public int SMPTEFormat { get; }

Property Value

Type: Int32
Remarks

Possible values are (unrecognized formats should be ignored): 0 - specifies no SMPTE offset (dwSMPTEOffset should also be zero), 24 - specifies 24 frames per second, 25 - specifies 25 frames per second, 29 - specifies 30 frames per second with frame dropping ("30 drop"), 30 - specifies 30 frames per second.
See Also

Reference