pjmedia_vid_packing class abstract
This enumeration specifies the packetization property of video encoding process. The value is bitmask, and smaller value will have higher priority to be used.
Constructors
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_PACKING_PACKETS → const int
- This specifies that the result of video encoding process will be segmented into packets, which is suitable for RTP transmission. The maximum size of the packets is set in \a enc_mtu field of pjmedia_vid_codec_param.
- PJMEDIA_VID_PACKING_UNKNOWN → const int
- This specifies that the packetization is unknown, or if nothing is supported.
- PJMEDIA_VID_PACKING_WHOLE → const int
- This specifies that video encoding function will produce a whole or full frame from the source frame. This is normally used for encoding video for offline storage such as to an AVI file. The maximum size of the packets is set in \a enc_mtu field of pjmedia_vid_codec_param.