Copyright © 2005-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]

Public Function HwMixingIsSupported (

nPlayerIndex as Int16

) as Boolean


 

[C#]

public bool HwMixingIsSupported (

Int16 nPlayerIndex

);


 

[C++]

public: bool HwMixingIsSupported (

Int16 nPlayerIndex

);


 

 

Parameter

Description

 

 

nPlayerIndex

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