System::getSoftwareChannels

FMOD Studio API

Firelight Technologies FMOD Studio API

System::getSoftwareChannels

Retrieves the maximum number of software mixed channels possible.

C++ Syntax

FMOD_RESULT System::getSoftwareChannels(
  int *numsoftwarechannels
);

C Syntax

FMOD_RESULT FMOD_System_GetSoftwareChannels(
  FMOD_SYSTEM *system,
  int *numsoftwarechannels
);

C# Syntax

RESULT System.getSoftwareChannels(
  out int numsoftwarechannels
);

JavaScript Syntax

System.getSoftwareChannels(
  numsoftwarechannels              // writes value to numsoftwarechannels.val
);

Parameters

numsoftwarechannels
Address of a variable that receives the current maximum number of software voices available.

Return Values

If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.

See Also




Version 1.10.03 Built on Feb 1, 2018