sdl.mpeg
Class SDLMpegInfo

java.lang.Object
  |
  +--sdl.mpeg.SDLMpegInfo

public class SDLMpegInfo
extends java.lang.Object

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;
  

See Also:
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

SDLMpegInfo

public SDLMpegInfo(int handle)
Method Detail

getHandle

public int getHandle()

save

public void save()

loadData

public void loadData()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
audio, video, width,height, currentFrame, currentFPS, AudioString, AudioCurrentFrame, CurrentOffset, Size, CurrentTime