Amazon Kinesis Webrtc C SDK
RtcEncoderStats Struct Reference

The stats object is populated by the application to include details about the encoder. More...

#include <Include.h>

Collaboration diagram for RtcEncoderStats:
Collaboration graph

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...
 

Detailed Description

The stats object is populated by the application to include details about the encoder.


The documentation for this struct was generated from the following file: