AudioStatsElement
Represents audio stats element, which can include audio input channel stats and audio output channel stats.
new AudioStatsElement(param)
| Field | Type | Description |
|---|---|---|
| param | object | Parameters associated with this object. |
| param.inputChannelStats | StatsInfo | The audio input channel stats info. |
| param.outputChannelStats | StatsInfo | The audio output channel stats info. |