sdljava.cdrom

Class SDLCdTrack

public class SDLCdTrack extends Object

CD Track Information

Version: $Id: SDLCdTrack.java,v 1.3 2004/12/28 18:00:05 ivan_ganza Exp $

Field Summary
static intCD_FPS
SDL_CDtrackswigTrack
Constructor Summary
protected SDLCdTrack(SDL_CDtrack swigTrack)
Method Summary
FrameInfogetFrameInfo()
intgetId()
Get the track number
longgetLength()
Get the length (in frames) of this track
longgetOffset()
Get the frame offset of the beginning of this track
TrackTypegetType()
Get the track type
StringtoString()
Return a string represenation of this object

Field Detail

CD_FPS

public static final int CD_FPS

swigTrack

SDL_CDtrack swigTrack

Constructor Detail

SDLCdTrack

protected SDLCdTrack(SDL_CDtrack swigTrack)

Method Detail

getFrameInfo

public FrameInfo getFrameInfo()

getId

public int getId()
Get the track number

Returns: the track number

getLength

public long getLength()
Get the length (in frames) of this track

Returns: the length (in frames) of this track

getOffset

public long getOffset()
Get the frame offset of the beginning of this track

Returns: the frame offset of the beginning of this track

getType

public TrackType getType()
Get the track type

Returns: the track type

toString

public String toString()
Return a string represenation of this object

Returns: a String represenation of this object