sdljava.cdrom
Class FrameInfo

java.lang.Object
  extended by sdljava.cdrom.FrameInfo

public class FrameInfo
extends java.lang.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
(package private)  int f
           
(package private)  int frame
           
(package private)  int minutes
           
(package private)  int seconds
           
 
Constructor Summary
FrameInfo(int frame, int minutes, int seconds, int f)
           
 
Method Summary
 int getF()
          Gets the value of f
 int getFrame()
          Gets the value of frame
 int getMinutes()
          Gets the value of minutes
 int getSeconds()
          Gets the value of seconds
 void setF(int argF)
          Sets the value of f
 void setFrame(int argFrame)
          Sets the value of frame
 void setMinutes(int argMinutes)
          Sets the value of minutes
 void setSeconds(int argSeconds)
          Sets the value of seconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

int frame

minutes

int minutes

seconds

int seconds

f

int f
Constructor Detail

FrameInfo

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

getFrame

public int getFrame()
Gets the value of frame

Returns:
the value of frame

setFrame

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

Parameters:
argFrame - Value to assign to this.frame

getMinutes

public int getMinutes()
Gets the value of minutes

Returns:
the value of minutes

setMinutes

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

Parameters:
argMinutes - Value to assign to this.minutes

getSeconds

public int getSeconds()
Gets the value of seconds

Returns:
the value of seconds

setSeconds

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

Parameters:
argSeconds - Value to assign to this.seconds

getF

public int getF()
Gets the value of f

Returns:
the value of f

setF

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

Parameters:
argF - Value to assign to this.f