NECallkitDefaultRendererController class
默认渲染器控制器
每次调用 getRenderer 都创建新的渲染器(不缓存)。 适用于简单场景或需要独立管理每个渲染器生命周期的情况。
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → Future< void> -
释放所有渲染器
override
-
getRenderer(
int? uid) → Future< NECallkitVideoRenderer> -
获取渲染器
override
-
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