pjsua_vid_win_info class final

This structure describes video window info.

Inheritance
Implemented types
Available extensions

Constructors

pjsua_vid_win_info.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
hwnd pjmedia_vid_dev_hwnd
Native window handle.
getter/setter pair
is_native int
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.
getter/setter pair
pos pjmedia_coord
Window position.
getter/setter pair
rdr_dev int
Renderer device ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show1 int
Window show status. The window is hidden if false.
getter/setter pair
size pjmedia_rect_size
Window size.
getter/setter pair
slot_id int
Renderer port ID in the video conference bridge.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited