AddOrUpdateLiveStreamTaskRequest class
Constructors
-
AddOrUpdateLiveStreamTaskRequest({int? serial, String? taskId, String? url, bool? serverRecordEnabled, int? liveMode, int? layoutWidth, int? layoutHeight, int? layoutBackgroundColor, String? layoutImageUrl, int? layoutImageX, int? layoutImageY, int? layoutImageWidth, int? layoutImageHeight, List<
Object?> ? layoutUserTranscodingList})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- layoutBackgroundColor ↔ int?
-
getter/setter pair
- layoutHeight ↔ int?
-
getter/setter pair
- layoutImageHeight ↔ int?
-
getter/setter pair
- layoutImageUrl ↔ String?
-
getter/setter pair
- layoutImageWidth ↔ int?
-
getter/setter pair
- layoutImageX ↔ int?
-
getter/setter pair
- layoutImageY ↔ int?
-
getter/setter pair
-
layoutUserTranscodingList
↔ List<
Object?> ? -
getter/setter pair
- layoutWidth ↔ int?
-
getter/setter pair
- liveMode ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serial ↔ int?
-
getter/setter pair
- serverRecordEnabled ↔ bool?
-
getter/setter pair
- taskId ↔ String?
-
getter/setter pair
- url ↔ String?
-
getter/setter pair
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → AddOrUpdateLiveStreamTaskRequest