PublicStreamingVideoConfig class
公共流的视频编码参数
Properties
- fps ↔ int
-
公共流视频帧率。必填。范围:
[1, 60]
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
公共流视频高度,必填。单位为 px,范围为
[16, 1280]
,必须是偶数。getter/setter pair - kBitrate ↔ int
-
视频码率,必填。范围:
[1,10000000]
。单位为 bpsgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ int
-
公共流视频宽度,必填。单位为 px,范围为
[16, 1920]
,必须是偶数。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