NECallkitVideoRendererController class abstract
视频渲染器控制器接口
用于控制 NECallkitTextureView 如何获取和管理渲染器。 不同实现可以提供不同的渲染器管理策略(按需创建 vs 缓存复用)。
- Implementers
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> - 释放所有渲染器
-
getRenderer(
int? uid) → Future< NECallkitVideoRenderer> - 获取渲染器
-
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