pjsua_vid_preview_param class final

Parameters for starting video preview with pjsua_vid_preview_start(). Application should initialize this structure with pjsua_vid_preview_param_default().

Inheritance
Implemented types
Available extensions

Constructors

pjsua_vid_preview_param()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
format pjmedia_format
Media format. Initialize this with #pjmedia_format_init_video(). If left unitialized, this parameter will not be used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rend_id int
Device ID for the video renderer to be used for rendering the capture stream for preview. This parameter is ignored if native preview is being used.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show1 int
Show window initially.
getter/setter pair
wnd pjmedia_vid_dev_hwnd
Optional output window to be used to display the video preview. This parameter will only be used if the video device supports PJMEDIA_VID_DEV_CAP_OUTPUT_WINDOW capability and the capability is not read-only.
getter/setter pair
wnd_flags int
Window flags. The value is a bitmask combination of #pjmedia_vid_dev_wnd_flag.
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