NDSummary.OnToolTipsLoaded("File:mglv/mglv_player.h",{243:"
inline void MGLV_Init(
MGLV_EventCallback cb
)
Initialize the movie player.
",244:"
Set frame duration in number of screen refresh.
",245:"
inline void MGLV_SetLoop(
bool loop
)
Set looping flag.
",246:"
inline bool MGLV_IsLooping()
Get looping flag.
",247:"
bool MGLV_Play(
const voidaddr
)
Start movie playback.
",248:"
void MGLV_VBlankHandler()
Function to be called in the interruption handler
",249:"
void MGLV_Decode()
Decode a frame of movie
",250:"
inline enum MGLV_HEADER_MODE MGLV_GetHeaderType()
Get the initialized movie\'s header type.  Note: MGLV_Init() function must be called first.
",251:"
inline u8 MGLV_GetVersion()
Get the initialized movie\'s format version.  Note: MGLV_Init() function must be called first.
",252:"
inline u8 MGLV_GetSegmentSize()
Get the initialized movie\'s segment size.  Note: MGLV_Init() function must be called first.
"});