ILocalEncodedVideoFrameObserver class

Constructors

ILocalEncodedVideoFrameObserver({FutureOr<void> onLocalEncodedVideoFrame(dynamic videoSource)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onLocalEncodedVideoFrame FutureOr<void> Function(dynamic videoSource)?
@detail callback @brief After calling registerLocalEncodedVideoFrameObserver{@link #RTCEngine#registerLocalEncodedVideoFrameObserver}, SDK will trigger this callback when it receives local video frames. @param videoSource Reserved parameter @param encodedVideoFrame Information about the local video frame. See RTCEncodedVideoFrame{@link #RTCEncodedVideoFrame} @note encodedVideoFrame is only valid within the scope of the callback function. Do not store this parameter and access the memory data of this parameter in other functions
getter/setter pair
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