|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljava.cdrom.SDLCdTrack
public class SDLCdTrack
CD Track Information
Field Summary | |
---|---|
static int |
CD_FPS
|
(package private) SDL_CDtrack |
swigTrack
|
Constructor Summary | |
---|---|
protected |
SDLCdTrack(SDL_CDtrack swigTrack)
|
Method Summary | |
---|---|
FrameInfo |
getFrameInfo()
|
int |
getId()
Get the track number |
long |
getLength()
Get the length (in frames) of this track |
long |
getOffset()
Get the frame offset of the beginning of this track |
TrackType |
getType()
Get the track type |
java.lang.String |
toString()
Return a string represenation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CD_FPS
SDL_CDtrack swigTrack
Constructor Detail |
---|
protected SDLCdTrack(SDL_CDtrack swigTrack)
Method Detail |
---|
public int getId()
public TrackType getType()
public long getLength()
public long getOffset()
public FrameInfo getFrameInfo()
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 |