◆ Pimpl() [1/2]
| AudioCDBurner::Pimpl::Pimpl |
( |
AudioCDBurner & |
b, |
|
|
int |
deviceIndex |
|
) |
| |
|
inline |
◆ ~Pimpl() [1/2]
| AudioCDBurner::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
◆ Pimpl() [2/2]
| AudioCDBurner::Pimpl::Pimpl |
( |
AudioCDBurner & |
owner_, |
|
|
IDiscMaster * |
discMaster_, |
|
|
IDiscRecorder * |
discRecorder_ |
|
) |
| |
|
inline |
◆ ~Pimpl() [2/2]
| AudioCDBurner::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
◆ getAvailableWriteSpeeds()
| Array<int> AudioCDBurner::Pimpl::getAvailableWriteSpeeds |
( |
| ) |
const |
|
inline |
◆ getDiskState() [1/2]
| DiskState AudioCDBurner::Pimpl::getDiskState |
( |
| ) |
|
|
inline |
◆ getDiskState() [2/2]
| DiskState AudioCDBurner::Pimpl::getDiskState |
( |
| ) |
const |
|
inline |
◆ getIntProperty()
| int AudioCDBurner::Pimpl::getIntProperty |
( |
const LPOLESTR |
name, |
|
|
const int |
defaultReturn |
|
) |
| const |
|
inline |
◆ getNumAvailableAudioBlocks()
| int AudioCDBurner::Pimpl::getNumAvailableAudioBlocks |
( |
| ) |
const |
|
inline |
◆ NotifyAddProgress()
| JUCE_COMRESULT AudioCDBurner::Pimpl::NotifyAddProgress |
( |
long |
, |
|
|
long |
|
|
) |
| |
|
inline |
◆ NotifyBlockProgress()
| JUCE_COMRESULT AudioCDBurner::Pimpl::NotifyBlockProgress |
( |
long |
nCompleted, |
|
|
long |
nTotal |
|
) |
| |
|
inline |
◆ NotifyBurnComplete()
◆ NotifyClosingDisc()
◆ NotifyEraseComplete()
◆ NotifyPnPActivity()
◆ NotifyPreparingBurn()
◆ NotifyTrackProgress()
| JUCE_COMRESULT AudioCDBurner::Pimpl::NotifyTrackProgress |
( |
long |
, |
|
|
long |
|
|
) |
| |
|
inline |
◆ openTray()
| bool AudioCDBurner::Pimpl::openTray |
( |
| ) |
|
|
inline |
◆ QueryCancel()
| JUCE_COMRESULT AudioCDBurner::Pimpl::QueryCancel |
( |
boolean * |
pbCancel | ) |
|
|
inline |
◆ releaseObjects()
| void AudioCDBurner::Pimpl::releaseObjects |
( |
| ) |
|
|
inline |
◆ setBufferUnderrunProtection()
| bool AudioCDBurner::Pimpl::setBufferUnderrunProtection |
( |
const bool |
shouldBeEnabled | ) |
|
|
inline |
◆ setIntProperty()
| bool AudioCDBurner::Pimpl::setIntProperty |
( |
const LPOLESTR |
name, |
|
|
const int |
value |
|
) |
| const |
|
inline |
◆ timerCallback() [1/2]
| void AudioCDBurner::Pimpl::timerCallback |
( |
| ) |
|
|
inlineoverridevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements Timer.
◆ timerCallback() [2/2]
| void AudioCDBurner::Pimpl::timerCallback |
( |
| ) |
|
|
inlineoverridevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements Timer.
◆ device
◆ discMaster
| IDiscMaster* AudioCDBurner::Pimpl::discMaster |
◆ discRecorder
| IDiscRecorder* AudioCDBurner::Pimpl::discRecorder |
◆ listener
| AudioCDBurner::BurnProgressListener* AudioCDBurner::Pimpl::listener |
◆ progress
| float AudioCDBurner::Pimpl::progress |
◆ redbook
| IRedbookDiscMaster* AudioCDBurner::Pimpl::redbook |
◆ shouldCancel
| bool AudioCDBurner::Pimpl::shouldCancel |
The documentation for this class was generated from the following files: