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

This class represents a resolution value. More...

#include <owt/base/commontypes.h>

Public Member Functions

 Resolution ()
 Construct an instance with width and height equal to 0.
 
 Resolution (unsigned long w, unsigned long h)
 Construct an instance with specify width and height.
 
bool operator== (const Resolution &rhs) const
 

Public Attributes

unsigned long width
 
unsigned long height
 

Detailed Description

This class represents a resolution value.