NDSummary.OnToolTipsLoaded("File:vgm/lvgm_player.h",{443:"
Get frequency from option
",444:"
Get format version from option
",446:"
bool LVGM_Play(
const voidaddr,
bool loop
)
Start music playback.
",447:"
void LVGM_Stop()
Stop music playback.
",448:"
inline void LVGM_SetFrequency50Hz()
Change frequency to 50 Hz.
",449:"
inline bool LVGM_IsFrequency50Hz()
Check if frequency is 50 Hz.
",450:"
inline void LVGM_SetFrequency60Hz()
Change frequency to 60 Hz.
",451:"
Check if frequency is 60 Hz.
",452:"
inline bool LVGM_IsPlaying()
Check if music playing
",453:"
inline void LVGM_Resume()
Resume music playback
",454:"
void LVGM_Pause()
Pause music playback
",455:"
void LVGM_Decode()
Decode a frame of music
",456:"
inline void LVGM_SetPointer(
const u8* ptr
)
Jump to a specific position in the music data
",457:"
inline u8 LVGM_GetDevices()
Get devices list
",458:"
inline bool LVGM_IncludePSG()
Is music including PSG data
",459:"
inline bool LVGM_IncludeOPLL()
Is music including OPLL/MSX-Music data
",460:"
inline bool LVGM_IncludeOPL()
Is music including OPL/MSX-Audio data
",461:"
inline bool LVGM_IncludeSCC()
Is music including SCC data
",462:"
inline u8 LVGM_GetDefaultPSGValue()
Get default PSG value used to optimized more commun data
",463:"
inline void LVGM_SetNotifyCallback(
LVGM_NotifyCB cb
)
Set the function to be called when a notification is triggered
"});