RCRTCVideoSetup class

Constructors

RCRTCVideoSetup.create({bool enableTinyStream = true, bool enableHardwareDecoder = true, bool enableHardwareEncoder = true, bool enableHardwareEncoderHighProfile = false, int hardwareEncoderFrameRate = 30, bool enableTexture = true})

Properties

enableHardwareDecoder bool
以下参数仅在android平台生效
final
enableHardwareEncoder bool
final
enableHardwareEncoderHighProfile bool
final
enableTexture bool
final
enableTinyStream bool
final
hardwareEncoderFrameRate int
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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