ByteRTCRemoteVideoConfig class
- Inheritance
-
- Object
- NativeClass
- ByteRTCRemoteVideoConfig
Properties
-
$resource
→ NativeResource
-
no setterinherited
-
framerate
↔ FutureOr<int?>
-
@brief Expected maximum frame rate of the subscribed stream in px. The default value is 0, which represents full-frame-rate, values greater than 0 are valid.
If the frame rate of the stream published is higher than the value set by the subscriber, the subscriber receives the video of the frame rate set by this API; if the frame rate of the stream published is lower than the value set by the subscriber, the subscriber receives the video of the same frame rate of the video published.
Only valid if the stream is coded with SVC technique.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
height
↔ FutureOr<int?>
-
@brief Height of the video frame in px
getter/setter pair
-
ready
→ Future<void>
-
Whether the instance is initialized
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
width
↔ FutureOr<int?>
-
@brief Width of the video frame in px
getter/setter pair