NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Contains the definition of the class SMPTE, plus some related enum. More...
Go to the source code of this file.
Classes | |
class | SMPTE |
Performs conversions between number of samples, milliseconds and smpte format (hours::minutes::seconds::frames::subframes). More... | |
Enumerations | |
enum | SMPTE_RATE { SMPTE_RATE_24 = 0 , SMPTE_RATE_25 , SMPTE_RATE_2997 , SMPTE_RATE_2997DF , SMPTE_RATE_30 , SMPTE_RATE_30DF } |
The smpte rates (determine the frames/sec rate) More... | |
enum | SAMPLE_RATE { SAMPLE_32000 = 0 , SAMPLE_44056 , SAMPLE_44100 , SAMPLE_47952 , SAMPLE_48000 , SAMPLE_48048 } |
The sample rates (determine the sample/sec rate) More... | |
Contains the definition of the class SMPTE, plus some related enum.