SubscribeConfig class
Subscription related configuration.
Properties
- frameRate → int?
-
Expected maximum frame rate of the subscribed stream in px. The default value is 0, values greater than 10 are valid.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isScreen → bool?
-
Whether the stream is from screen sharing.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subAudio → bool?
-
Whether audio stream is included.
final
- subHeight → int?
-
Height of the video stream in px.
final
- subVideo → bool?
-
Whether video stream is included.
final
- subWidth → int?
-
Width of the video stream in px.
final
- svcLayer → int?
-
Time domain hierarchy of the subscribed video stream, default value is 0.
final
- videoIndex → int?
-
The label of subscribed video stream with different resolution.
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