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 IsSampleRateSupported
(
const int32 InSampleRate
) const
Remarks
Returns true if the sample rate is supported by this codec. true or false if supported
Parameters
| Name | Description |
|---|---|
| InSampleRate | The Rate to test |