
About Mci.Sequencer.Set.Time.Format Class
Mci.Sequencer.Set.Time.Format class is mainly used for setting the time format of MIDI (*.mid) files through Mci functions.
You can visit the following link for more info about the MCI command "set":
https://msdn.microsoft.com/en-us/library/windows/desktop/dd798661(v=vs.85).aspx
Mci.Sequencer.Set.Time.Format Class Methods
Mci.Sequencer.Set.Time.Format.Milliseconds( ulong DeviceIndex) executes the MCI command "set time format milliseconds".
ulong DeviceIndex: device index.
Mci.Sequencer.Set.Time.Format.SMPTE( ulong DeviceIndex, string FPS) executes the MCI command "set time format SMPTE fps".
ulong DeviceIndex: device index.
string FPS: frames per second.
Mci.Sequencer.Set.Time.Format.SMPTE30Drop( ulong DeviceIndex) executes the MCI command "set time format SMPTE 30 drop".
ulong DeviceIndex: device index.
Mci.Sequencer.Set.Time.Format.SongPointer( ulong DeviceIndex) executes the MCI command "set time format song pointer".
ulong DeviceIndex: device index.