Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
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. |
Newer Version Available