PrimoBurner(tm) for C++  4.7
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
primo::burner::AudioDecodingMethod Namespace Reference

Audio Decoding Method. More...

Enumerations

enum  Enum {
  Memory = 0,
  Tempfile = 1
}
 AudioDecodingMethod::Enum. More...
 

Detailed Description

Audio Decoding Method.

Enumeration Type Documentation

enum Enum

AudioDecodingMethod::Enum.

Enumerator
Memory 

The audio decoding is done in memory during the burning process.

This method saves space on the hard drive, but degrades the performance.

Tempfile 

The audio decoding is done before the burning process.

All audio files are first decoded into RAW data files in the user's system temporary folder. Then the raw PCM data is burned on the disc.