Copyright © 2001-2019 MultiMedia Soft

HwMixingIsSupported method

Previous pageReturn to chapter overviewNext page

Remarks

 

Determines if Hardware mixing is available on the output device selected for the given player.

 

Syntax

 

[Visual Basic]

control.HwMixingIsSupported (

nPlayer as Integer

) as boolean


 

[C++]

BOOL control.HwMixingIsSupported (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

Return value

 

Value

Meaning

 

 

FALSE

Hardware mixing is not supported

TRUE

Hardware mixing is supported