BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageTimeCodeType Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the Midi Time Code type (one of the MIDIMTCType values) from/to the Data1 byte.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public MIDIMTCType TimeCodeType { get; set; }

Property Value

Type: MIDIMTCType
Remarks

This property should only be used when StatusType is MidiTimeCode.

For more details about the Midi Time Code (MTC) representation see MIDIMTCType.

Setting this property will only modify the upper half of the Data1 byte.

See Also

Reference