private class AgoraAudioVadV2.VadData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
data
Raw PCM data for the frame.
|
(package private) boolean |
isActivity
Indicates whether the frame was classified as active speech.
|
| Constructor and Description |
|---|
VadData(byte[] data,
boolean isActivity)
Wraps a frame and its activity state.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
byte[] data
boolean isActivity