sipXcallLib home page


Public Member Functions | Public Attributes | Private Member Functions | List of all members
SIPX_VIDEO_DISPLAY Struct Reference

Structure used to pass window handle/filter interface for video calls. More...

#include <sipXtapi.h>

Public Member Functions

 SIPX_VIDEO_DISPLAY ()
 Default constructor. More...
 
 ~SIPX_VIDEO_DISPLAY ()
 Destructor. More...
 
 SIPX_VIDEO_DISPLAY (const SIPX_VIDEO_DISPLAY &ref)
 Copy constructor. More...
 
SIPX_VIDEO_DISPLAYoperator= (const SIPX_VIDEO_DISPLAY &ref)
 Assignment operator. More...
 

Public Attributes

int cbSize
 Size of structure. More...
 
SIPX_VIDEO_DISPLAY_TYPE type
 Type of video display. More...
 
union {
   SIPX_WINDOW_HANDLE   handle
 Window handle if type SIPX_WINDOW_HANDLE_TYPE. More...
 
}; 
 

Private Member Functions

void copy (const SIPX_VIDEO_DISPLAY &ref)
 

Detailed Description

Structure used to pass window handle/filter interface for video calls.

Constructor & Destructor Documentation

SIPX_VIDEO_DISPLAY ( )
inline

Default constructor.

~SIPX_VIDEO_DISPLAY ( )
inline

Destructor.

SIPX_VIDEO_DISPLAY ( const SIPX_VIDEO_DISPLAY ref)
inline

Copy constructor.

Member Function Documentation

void copy ( const SIPX_VIDEO_DISPLAY ref)
inlineprivate
SIPX_VIDEO_DISPLAY& operator= ( const SIPX_VIDEO_DISPLAY ref)
inline

Assignment operator.

Member Data Documentation

union { ... }
int cbSize

Size of structure.

Window handle if type SIPX_WINDOW_HANDLE_TYPE.

Type of video display.