Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagVideoSize Struct Reference

#include <meeting_video_interface.h>

Public Member Functions

 tagVideoSize ()
 

Data Fields

int width
 
int height
 

Detailed Description

Definition at line 36 of file meeting_video_interface.h.

Constructor & Destructor Documentation

◆ tagVideoSize()

tagVideoSize::tagVideoSize ( )
inline

Definition at line 40 of file meeting_video_interface.h.

41 {
42 memset(this, 0, sizeof(tagVideoSize)); //checked safe
43 }

Field Documentation

◆ height

int tagVideoSize::height

Definition at line 39 of file meeting_video_interface.h.

◆ width

int tagVideoSize::width

Definition at line 38 of file meeting_video_interface.h.