RtcVideoFormat class
The video format class.
视频格式类。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
RtcVideoFormat.new(List<
int> offset, List<int> stride, {VideoType? type = VideoType.I420, int? width = 0, int? height = 0, int? count = 0, VideoRotation? rotation = VideoRotation.Rotation0}) - Constructs a RtcVideoFormat
Properties
- count → int?
-
The count of video block array.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
The video height.
final
-
offset
→ List<
int> -
The video block offset array. Item type: UInt32.
final
- rotation → VideoRotation?
-
The video rotation degrees. Default: kPanoRotation0.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stride
→ List<
int> -
The video block stride array. Item type: UInt32.
final
- type → VideoType?
-
The video type. Default: kPanoI420.
final
- width → int?
-
The video width.
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