ZegoUIKitVideoConfig class
configuration parameters for audio and video streaming, such as Resolution, Frame rate, Bit rate..
Constructors
- ZegoUIKitVideoConfig({required int bitrate, required int fps, required int width, required int height})
- ZegoUIKitVideoConfig.preset1080P()
- ZegoUIKitVideoConfig.preset180P()
- ZegoUIKitVideoConfig.preset270P()
- ZegoUIKitVideoConfig.preset2K()
- ZegoUIKitVideoConfig.preset360P()
- ZegoUIKitVideoConfig.preset4K()
- ZegoUIKitVideoConfig.preset540P()
- ZegoUIKitVideoConfig.preset720P()
Properties
- bitrate ↔ int
-
Bit rate in kbps.
getter/setter pair
- fps ↔ int
-
Frame rate, control the frame rate of the camera and the frame rate of the encoder.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
resolution height, control the image height of camera image acquisition or encoder when publishing stream.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toSDK → ZegoVideoConfig
-
no setter
- width ↔ int
-
resolution width, control the image width of camera image acquisition or encoder when publishing stream.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited