Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
owt::base::VideoEncodedFrame Struct Reference

Video encoded frame definition. More...

#include <owt/base/videodecoderinterface.h>

Public Attributes

const uint8_t * buffer
 Encoded frame buffer.
 
size_t length
 Encoded frame buffer length.
 
uint32_t time_stamp
 Frame timestamp (90kHz).
 
bool is_key_frame
 Key frame flag.
 

Detailed Description

Video encoded frame definition.