Navigation
API > API/Runtime > API/Runtime/Voice > API/Runtime/Voice/Interfaces > API/Runtime/Voice/Interfaces/IVoiceEncoder
References
| Module | Voice |
| Header | /Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCodec.h |
| Include | #include "Interfaces/VoiceCodec.h" |
bool SetVBR
&40;
bool bEnableVBR
&41;
Remarks
Set the encoding to variable bitrate true if successfully changed, false otherwise
Parameters
| Name | Description |
|---|---|
| bEnableVBR | true to use variable bit rate, false to turn it off |