sdljava.cdrom

Class FrameInfo

public class FrameInfo extends Object

Information about a particular frame position: the minutes and seconds of where the frame is on the track

Version: $Id: FrameInfo.java,v 1.2 2004/12/29 02:42:47 ivan_ganza Exp $

Author: Ivan Z. Ganza

Field Summary
intf
intframe
intminutes
intseconds
Constructor Summary
FrameInfo(int frame, int minutes, int seconds, int f)
Method Summary
intgetF()
Gets the value of f
intgetFrame()
Gets the value of frame
intgetMinutes()
Gets the value of minutes
intgetSeconds()
Gets the value of seconds
voidsetF(int argF)
Sets the value of f
voidsetFrame(int argFrame)
Sets the value of frame
voidsetMinutes(int argMinutes)
Sets the value of minutes
voidsetSeconds(int argSeconds)
Sets the value of seconds

Field Detail

f

int f

frame

int frame

minutes

int minutes

seconds

int seconds

Constructor Detail

FrameInfo

public FrameInfo(int frame, int minutes, int seconds, int f)

Method Detail

getF

public int getF()
Gets the value of f

Returns: the value of f

getFrame

public int getFrame()
Gets the value of frame

Returns: the value of frame

getMinutes

public int getMinutes()
Gets the value of minutes

Returns: the value of minutes

getSeconds

public int getSeconds()
Gets the value of seconds

Returns: the value of seconds

setF

public void setF(int argF)
Sets the value of f

Parameters: argF Value to assign to this.f

setFrame

public void setFrame(int argFrame)
Sets the value of frame

Parameters: argFrame Value to assign to this.frame

setMinutes

public void setMinutes(int argMinutes)
Sets the value of minutes

Parameters: argMinutes Value to assign to this.minutes

setSeconds

public void setSeconds(int argSeconds)
Sets the value of seconds

Parameters: argSeconds Value to assign to this.seconds