NativeImpl class

Constructors

NativeImpl()

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

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

Static Properties

callCallback List<JCCallCallback>
getter/setter pair
channelCallbacks List<JCMediaChannelCallback>
getter/setter pair
clientCallback List<JCClientCallback>
getter/setter pair
devicesCallbacks List<JCMediaDeviceCallback>
getter/setter pair
jcAudioFrameCallback JCAudioFrameCallback?
getter/setter pair
jcVideoFrameCallback JCVideoFrameCallback?
getter/setter pair
mCallbacks List<JCNetCallback>
getter/setter pair
newPushCallbacks List<JCNewPushCallback>
getter/setter pair
volumeCallbacks List<JCMediaVolumeCallback>
getter/setter pair

Static Methods

addCallBack(JCClientCallback callback) → dynamic
clear() → void
registerEventHandler() → void
设置监听
removeCallback(JCClientCallback callback) → dynamic
unregisterEventHandler() → void
取消监听

Constants

methodChannel → const MethodChannel