sipxtacklib  Version 3.3
Public Member Functions | Public Attributes | 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...
 
}; 
 

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

SIPX_VIDEO_DISPLAY& operator= ( const SIPX_VIDEO_DISPLAY ref)
inline

Assignment operator.

Member Data Documentation

int cbSize

Size of structure.

Type of video display.

Window handle if type SIPX_WINDOW_HANDLE_TYPE.

union { ... }

sipXtackLib home page