sdljava.cdrom
public class SDLCdTrack extends Object
Version: $Id: SDLCdTrack.java,v 1.3 2004/12/28 18:00:05 ivan_ganza Exp $
| Field Summary | |
|---|---|
| static int | CD_FPS |
| 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
|
| String | toString()
Return a string represenation of this object
|
Returns: the track number
Returns: the length (in frames) of this track
Returns: the frame offset of the beginning of this track
Returns: the track type
Returns: a String represenation of this object