![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| bool | Downmix (const float *Src, const uint32 SrcChannels, uint32 SrcFrames, float *Dest, const uint32 DestChannels) |
| bool MediaAudioResampler::Downmix | ( | const float * | Src, |
| const uint32 | SrcChannels, | ||
| uint32 | SrcFrames, | ||
| float * | Dest, | ||
| const uint32 | DestChannels | ||
| ) |
Down-mix a sample buffer.
| Src | The buffer to down-mix from. |
| SrcChannels | The number of audio channels in Src. |
| SrcFrames | The number of frames in Src. |
| Dest | The buffer to down-mix to. |
| DestChannels | The number of channels in Dest. |