|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--sdl.mpeg.SDLMpegInfo
Holds info about the current SMPEG object.
This object holds the following information
int m_HasAudio;
int m_HasVideo;
int m_Width;
int m_Height;
int m_CurrentFrame;
double m_CurrentFps;
String m_AudioString;
int m_AudioCurrentFrame;
int m_CurrentOffset;
int m_TotalSize;
double m_CurrentTime;
double m_TotalTime;
toString()| Constructor Summary | |
SDLMpegInfo(int handle)
|
|
| Method Summary | |
int |
getHandle()
|
void |
loadData()
|
void |
save()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SDLMpegInfo(int handle)
| Method Detail |
public int getHandle()
public void save()
public void loadData()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||