AVBlocks for .NET  3.3
Audio and Video Software Development Kit
Param.Encoder.Audio.G711 Class Reference

Parameters specific to G.711 audio encoders. More...

Static Public Attributes

static string EnableVAD = "ENCODER_G711_ENABLE_VAD"
 G.711 Audio: Enables Voice Activity Detection (VAD).
 

Detailed Description

Parameters specific to G.711 audio encoders.

Member Data Documentation

◆ EnableVAD

string EnableVAD = "ENCODER_G711_ENABLE_VAD"
static

G.711 Audio: Enables Voice Activity Detection (VAD).

This parameter is a boolean value stored as one of the following: System.Boolean (true/false) or integral value (1/0). The default value is false.