IJKPlayer class

Inheritance

Constructors

IJKPlayer()

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

addListener(LiveStateListener playerStateListener) → void
override
addPreLocationPoint(String name, Uint8List image, {required OnSuccess<PreLocationBean> onSuccess, required OnError onError}) → void
override
audioEnable(bool enable) → void
override
autoResolutionSwitchEnable(bool enable) → void
override
changeVoice(int type) → void
override
createRtcConnection(CustomParam customParam, RtcConnectionStateObserver complete) → void
override
deletePreLocationPoint(int pointId, {required OnSuccess onSuccess, required OnError onError}) → void
override
destroyLive() → void
override
getPreLocationPoints({required OnSuccess<List<PreLocationBean>> onSuccess, required OnError onError}) → void
override
getSdHasVideoDays(int startTime, int endTime, {required OnSuccess<HaveRecordDayResponse> onSuccess, required OnError onError}) → void
override
getSDVideoList(int startTime, int endTime, {required OnSuccess<VideoTimeModelResponse> onSuccess, required OnError onError}) → void
override
magicPixEnable(bool enable) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMicFrame(Uint8List data) → void
override
screenShot({required OnSuccess<Uint8List> onSuccess, required OnError onError}) → void
override
setAlarm({required OnSuccess onSuccess, required OnError onError}) → void
override
setDataSource(DeviceBean source) → void
override
setKeepAlive() → void
override
setPreLocationPoint(String coordinate, LiveCallback callBack) → void
override
setPtz(double x, double y, {required OnSuccess onSuccess, required OnError onError}) → void
override
setRenderView(SurfaceView surfaceView) → void
override
setResolution(String ratio, {required OnSuccess onSuccess, required OnError onError}) → void
override
setSleep({required OnSuccess onSuccess, required OnError onError}) → void
override
setVolume(double volume) → void
override
setWhiteLight(bool enable, {required OnSuccess onSuccess, required OnError onError}) → void
override
speakEnable(bool enable) → void
override
startLive(CustomParam customParam) → void
override
startRecord(String? path) → void
override
startSdcard(int startTime) → void
override
stopLive() → void
override
stopRecord() → void
override
stopSdcard() → void
override
switchHandsetAndSpeaker(bool isHandset) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited