ImageTrackOptions class

Image configurations.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

fps int?
The frame rate of the video streams being published. The value range is 1,30. The default value is 1.
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
The image URL. Supported formats of images include JPEG, JPG, PNG and GIF. This method supports adding an image from the local absolute or relative file path. On the Android platform, adding images from /assets/ is not supported.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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