PrimoBurner(tm) for C++  4.2
CD, DVD and Blu-ray Software Development Kit
DiscInfo Class Reference

Disc Information. More...

#include <PrimoBurner.h>

Inherits Reference.

List of all members.

Public Member Functions

virtual DiscStatus::Enum discStatus () const =0
 Returns the status of the disc.
virtual uint16_t firstTrack () const =0
 Returns the number of the first track in last session present on the disc.
virtual bool_t isErasable () const =0
 Returns a value that identifies the disc as erasable or not.
virtual uint16_t lastTrack () const =0
 Returns the number of the last track in last session present on the disc.
virtual uint16_t sessions () const =0
 Returns the number of sessions present on the disc.
virtual SessionState::Enum sessionState () const =0
 Returns the status of the last session present on the disc.

Detailed Description

Disc Information.

See also:
Device::readDiscInfo

Member Function Documentation

virtual DiscStatus::Enum discStatus ( ) const [pure virtual]

Returns the status of the disc.

Returns:
A constant from the DiscStatus enumeration
See also:
DiscStatus::Enum
virtual bool_t isErasable ( ) const [pure virtual]

Returns a value that identifies the disc as erasable or not.

Returns:
1 The disc can be erased
0 The disc cannot be erased
virtual SessionState::Enum sessionState ( ) const [pure virtual]

Returns the status of the last session present on the disc.

Returns:
A constant from the SessionState enumeration
See also:
SessionState::Enum
 All Classes Namespaces Files Functions Variables Enumerations Enumerator