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::BufferSize Namespace Reference

Defines constants for buffer sizes in blocks. More...

Variables

static const int32_t DefaultReadBufferBlocks = 26
 The default number of blocks allocated as data buffer for digital audio or data extraction (also known as CD ripping). More...
 

Detailed Description

Defines constants for buffer sizes in blocks.

Variable Documentation

const int32_t DefaultReadBufferBlocks = 26
static

The default number of blocks allocated as data buffer for digital audio or data extraction (also known as CD ripping).

The max number of blocks that can be read at once should be less or equal to 26 or approximately 64KB. The USB devices cannot read more than 64KB at once.