NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
This is the complete list of members for SMPTE, including all inherited members.
AddFrames(signed char f) | SMPTE | |
AddHours(signed char h) | SMPTE | |
AddMinutes(signed char m) | SMPTE | |
AddSamples(long n) | SMPTE | |
AddSeconds(signed char s) | SMPTE | |
AddSubFrames(signed char sf) | SMPTE | |
Compare(SMPTE &s) | SMPTE | protected |
DecFrames() | SMPTE | inline |
DecHours() | SMPTE | inline |
DecMinutes() | SMPTE | inline |
DecSamples() | SMPTE | inline |
DecSeconds() | SMPTE | inline |
DecSubFrames() | SMPTE | inline |
GetFrames() | SMPTE | |
GetHours() | SMPTE | |
GetMilliSeconds() | SMPTE | |
GetMinutes() | SMPTE | |
GetOffset() const | SMPTE | inline |
GetSampleNumber() | SMPTE | |
GetSampleRate() const | SMPTE | inline |
GetSeconds() | SMPTE | |
GetSMPTERate() const | SMPTE | inline |
GetSubFrames() | SMPTE | |
IncFrames() | SMPTE | inline |
IncHours() | SMPTE | inline |
IncMinutes() | SMPTE | inline |
IncSamples() | SMPTE | inline |
IncSeconds() | SMPTE | inline |
IncSubFrames() | SMPTE | inline |
operator!=(SMPTE &s) | SMPTE | inline |
operator<(SMPTE &s) | SMPTE | inline |
operator<=(SMPTE &s) | SMPTE | inline |
operator==(SMPTE &s) | SMPTE | inline |
operator>(SMPTE &s) | SMPTE | inline |
operator>=(SMPTE &s) | SMPTE | inline |
SampleToTime() | SMPTE | protected |
SetFrames(unsigned char f) | SMPTE | inline |
SetHours(unsigned char h) | SMPTE | inline |
SetMilliSeconds(unsigned long msecs) | SMPTE | |
SetMinutes(unsigned char m) | SMPTE | inline |
SetOffset(unsigned long n) | SMPTE | inline |
SetOffset(unsigned char h, unsigned char m, unsigned char s, unsigned char f=0, unsigned char sf=0) | SMPTE | |
SetSampleNumber(unsigned long n) | SMPTE | inline |
SetSampleRate(SAMPLE_RATE r) | SMPTE | inline |
SetSeconds(unsigned char s) | SMPTE | inline |
SetSMPTERate(SMPTE_RATE r) | SMPTE | inline |
SetSubFrames(unsigned char sf) | SMPTE | inline |
SetTime(unsigned char h, unsigned char m, unsigned char s, unsigned char f=0, unsigned char sf=0) | SMPTE | |
SMPTE(SMPTE_RATE smpte_rate=SMPTE_RATE_30, SAMPLE_RATE sample_rate=SAMPLE_48000) | SMPTE | |
TimeToSample() | SMPTE | protected |