RtcVideoConfig class

The configurations class of the video renderer.

视频渲染器的配置类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcVideoConfig({VideoProfileType? profileType = VideoProfileType.Standard, bool? sourceMirror = false, VideoScalingMode? scalingMode = VideoScalingMode.Fit, bool? mirror = false})
Constructs a RtcVideoConfig

Properties

hashCode int
The hash code for this object.
no setterinherited
mirror bool?
Whether to enable video mirroring. Default: NO.
getter/setter pair
profileType VideoProfileType?
The video profile. Default: Standard.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingMode VideoScalingMode?
The video scaling mode. Default: kPanoScalingFit.
getter/setter pair
sourceMirror bool?
Enable Video Source Mirror. Default: NO
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited