Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Possible frame sizes to use for the encoder.
| Name | EOpusFrameSizes |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Encoders/OpusEncoder.h |
| Include Path | #include "DSP/Encoders/OpusEncoder.h" |
Syntax
enum EOpusFrameSizes
{
Min,
Small,
MediumLow,
MediumHigh,
High,
Max,
}
Values
| Name | Remarks |
|---|---|
| Min | |
| Small | |
| MediumLow | |
| MediumHigh | |
| High | |
| Max |