IVoiceEncoder::SetVBR

Set the encoding to variable bitrate

Windows
MacOS
Linux

References

Module

Voice

Header

/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCodec.h

Include

#include "Interfaces/VoiceCodec.h"

Syntax

bool SetVBR
(
    bool bEnableVBR
)

Remarks

Set the encoding to variable bitrate

Returns

true if successfully changed, false otherwise

Parameters

Parameter

Description

bEnableVBR

true to use variable bit rate, false to turn it off

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss