pjsua_call_vid_strm_op_param class final

Parameters for video stream operation on a call. Application should use #pjsua_call_vid_strm_op_param_default() to initialize this structure with its default values.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cap_dev int
Specify the video capture device ID. This can be set to PJMEDIA_VID_DEFAULT_CAPTURE_DEV to specify the default capture device as configured in the account.
getter/setter pair
dir int
Specify the media stream direction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
med_idx int
Specify the media stream index. This can be set to -1 to denote the default video stream in the call, which is the first active video stream or any first video stream if none is active.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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