pjmedia_vid_stream_rc_method class abstract

Enumeration of video stream sending rate control.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

PJMEDIA_VID_STREAM_RC_NONE → const int
No sending rate control. All outgoing RTP packets will be transmitted immediately right after encoding process is done.
PJMEDIA_VID_STREAM_RC_SIMPLE_BLOCKING → const int
Simple blocking. Each outgoing RTP packet transmission may be delayed to avoid peak bandwidth that is much higher than specified. The thread invoking the video stream put_frame(), e.g: video capture device thread, will be blocked whenever transmission delay takes place.