Copyright © 2001-2023 MultiMedia Soft

CheckOutputDevicesLatency property

Previous pageReturn to chapter overviewNext page

Type

Boolean for Visual Basic

BOOL for Visual C++

 

 

Remarks

Boolean value that determines if the control will have to perform a calculation of the sound card drivers latency time. For details about latency, take a look to the How to deal with latency section.

 

Supported values are the following:

Mnemonic Value

Numeric value

Meaning

FALSE (default)

0

The sound card drivers latency time won't be calculated

TRUE

1

The sound card drivers latency time will be calculated: this will require the InitDJSystem method a longer time to execute.

 

NOTE: This property can be set at Design-time only: changes made at Runtime will be simply ignored.