RCRTCVideoConfig class
Constructors
- RCRTCVideoConfig.create({int minBitrate = 500, int maxBitrate = 2200, RCRTCVideoFps fps = RCRTCVideoFps.fps_24, RCRTCVideoResolution resolution = RCRTCVideoResolution.resolution_720_1280, bool mirror = false})
Properties
- fps ↔ RCRTCVideoFps
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxBitrate ↔ int
-
getter/setter pair
- minBitrate ↔ int
-
getter/setter pair
- mirror ↔ bool
-
getter/setter pair
- resolution ↔ RCRTCVideoResolution
-
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited