MixedStreamVideoConfig class

@brief 合流视频配置.

Constructors

MixedStreamVideoConfig({int bitrate = 500, int fps = 15, int gop = 2, int width = 360, int height = 640, bool enableBframe = false, MixedStreamVideoCodecType videoCodec = $p.MixedStreamVideoCodecType.h264})
MixedStreamVideoConfig.fromMap(Map<String, dynamic> map)
factory

Properties

bitrate → int
final
enableBframe → bool
final
fps → int
final
gop → int
final
hashCode → int
The hash code for this object.
no setterinherited
height → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
videoCodec → MixedStreamVideoCodecType
final
width → int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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