BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsua_vid_win_info Struct Reference

#include <pjsua.h>

Data Fields

pj_bool_t is_native
 
pjmedia_vid_dev_hwnd hwnd
 
pjmedia_vid_dev_index rdr_dev
 
pjsua_conf_port_id slot_id
 
pj_bool_t show
 
pjmedia_coord pos
 
pjmedia_rect_size size
 

Detailed Description

This structure describes video window info.

Field Documentation

◆ is_native

pj_bool_t pjsua_vid_win_info::is_native

Flag to indicate whether this window is a native window, such as created by built-in preview device. If this field is PJ_TRUE, only the native window handle field of this structure is valid.

◆ hwnd

pjmedia_vid_dev_hwnd pjsua_vid_win_info::hwnd

Native window handle.

◆ rdr_dev

pjmedia_vid_dev_index pjsua_vid_win_info::rdr_dev

Renderer device ID.

◆ slot_id

pjsua_conf_port_id pjsua_vid_win_info::slot_id

Renderer port ID in the video conference bridge.

◆ show

pj_bool_t pjsua_vid_win_info::show

Window show status. The window is hidden if false.

◆ pos

pjmedia_coord pjsua_vid_win_info::pos

Window position.

◆ size

pjmedia_rect_size pjsua_vid_win_info::size

Window size.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.