The stats object is populated by the application to include details about the encoder. More...
#include <Include.h>
Public Attributes | |
UINT32 | targetBitrate |
UINT16 | width |
Only valid for video. More... | |
UINT16 | height |
Only valid for video. More... | |
UINT16 | bitDepth |
Only valid for video. bits per pixel (24, 30, 36), note it's not per channel but per pixel. More... | |
UINT32 | encodeTimeMsec |
milliseconds spent encoding frames since last encoder update More... | |
BOOL | voiceActivity |
Only valid for audio. TRUE if last audio packet contained voice. More... | |
DOMString | encoderImplementation |
encoder name eg "libvpx" or "x264" More... | |
The stats object is populated by the application to include details about the encoder.