= class Burn::TocEntry
Information about a track on a disc - this is from the q sub channel of the
lead-in area of a disc.  The documentation here is very terse.
See a document such as mmc3 for proper information.

== Object Hierarchy
* Object
  * Burn::TocEntry

== Class Methods
--- Burn::TocEntry.new
    Creates a new TOC entry.
    * Returns: a newly allocated Burn::TocEntry object.

== Instance Methods
--- adr
    This method returns the 'adr' property of the TOC entry.
    * Returns: the 'adr' property of the TOC entry.

--- adr=(adr)
    Sets the 'adr' property of the TOC entry.
    * adr: the 'adr' property to set.  
    * Returns: the 'adr' property.

--- control
    This method returns the 'control' property of the TOC entry.
    * Returns: the 'control' property of the TOC entry.

--- control=(control)
    Sets the 'control' property of the TOC entry.
    * control: the 'control' property to set.  
    * Returns: the 'control' property.

--- frame
    This method returns the 'frame' property of the TOC entry.
    * Returns: the 'frame' property of the TOC entry.

--- frame=(frame)
    Sets the 'frame' property of the TOC entry.
    * frame: the 'frame' property to set.  
    * Returns: the 'frame' property.

--- min
    This method returns the 'min' property of the TOC entry.
    * Returns: the 'min' property of the TOC entry.

--- min=(min)
    Sets the 'min' property of the TOC entry.
    * min: the 'min' property to set.  
    * Returns: the 'min' property.

--- pframe
    This method returns the 'pframe' property of the TOC entry.
    * Returns: the 'pframe' property of the TOC entry.

--- pframe=(pframe)
    Sets the 'pframe' property of the TOC entry.
    * pframe: the 'pframe' property to set.  
    * Returns: the 'pframe' property.

--- pmin
    This method returns the 'pmin' property of the TOC entry.
    * Returns: the 'pmin' property of the TOC entry.

--- pmin=(pmin)
    Sets the 'pmin' property of the TOC entry.
    * pmin: the 'pmin' property to set.  
    * Returns: the 'pmin' property.

--- point
    This method returns the 'point' property of the TOC entry.
    * Returns: the 'point' property of the TOC entry.

--- point=(point)
    Sets the 'point' property of the TOC entry.
    * point: the 'point' property to set.  
    * Returns: the 'point' property.

--- psec
    This method returns the 'psec' property of the TOC entry.
    * Returns: the 'psec' property of the TOC entry.

--- psec=(psec)
    Sets the 'psec' property of the TOC entry.
    * psec: the 'psec' property to set.  
    * Returns: the 'psec' property.

--- sec
    This method returns the 'sec' property of the TOC entry.
    * Returns: the 'sec' property of the TOC entry.

--- sec=(sec)
    Sets the 'sec' property of the TOC entry.
    * sec: the 'sec' property to set.  
    * Returns: the 'sec' property.

--- session
    This method returns the 'session' property of the TOC entry.
    * Returns: the 'session' property of the TOC entry.

--- session=(session)
    Sets the 'session' property of the TOC entry.
    * session: the 'session' property to set.  
    * Returns: the 'session' property.

--- tno
    This method returns the 'tno' property of the TOC entry.
    * Returns: the 'tno' property of the TOC entry.

--- tno=(tno)
    Sets the 'tno' property of the TOC entry.
    * tno: the 'tno' property to set.  
    * Returns: the 'tno' property.

--- zero
    This method returns the 'zero' property of the TOC entry.
    * Returns: the 'zero' property of the TOC entry.

--- zero=(zero)
    Sets the 'zero' property of the TOC entry.
    * zero: the 'zero' property to set.  
    * Returns: the 'zero' property.

== See Also
((<Burn>)).

- ((<lrz>))
