SyLiveTranscoding class
旁路推流配置
Constructors
-
SyLiveTranscoding({int width = 360, int height = 640, int videoBitrate = 400, int videoFramerate = 15, bool lowLatency = false, int videoGop = 30, int backgroundColor = 0x000000, String? watermarkUrl, SyTranscodingUser? watermark, List<
SyTranscodingUser> ? transcodingUsers})
Properties
- backgroundColor → int
-
背景颜色
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
视频高度
final
- lowLatency → bool
-
是否低延迟
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transcodingUsers
→ List<
SyTranscodingUser> ? -
用户列表
final
- videoBitrate → int
-
视频码率(Kbps)
final
- videoFramerate → int
-
视频帧率(fps)
final
- videoGop → int
-
视频 GOP(秒)
final
- watermark → SyTranscodingUser?
-
水印位置
final
- watermarkUrl → String?
-
水印图片路径
final
- width → int
-
视频宽度
final
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