Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/IAudioFormat
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IAudioFormat.h |
| Include | #include "Interfaces/IAudioFormat.h" |
bool IsChannelCountSupported
(
const int32 InChannelCount
) const
Remarks
Returns true if the sample rate is supported by this codec. true or false if supported
Parameters
| Name | Description |
|---|---|
| InChannelCount | The channel count to test for |