IscApi class

isc平台网络请求辅助类

Constructors

IscApi()

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 Methods

getPlaybackUrl({String? cameraIndexCode, String? beginTime, String? endTime, int recordLocation = 0, int version = 2, bool isHttps = false}) Future
获取回放地址url
getPreviewURL({required String cameraIndexCode, int streamType = 1, int transmode = 1, String protocol = '', int version = 2, bool isHttps = false}) Future
获取预览地址
getTalkUrl({required String cameraIndexCode, int transmode = 1, int version = 2, bool isHttps = false}) Future
语音对讲,一般直接使用预览url即可,无需单独请求 'cameraIndexCode' 监控点唯一标识
ptzControl(String cameraIndexCode, int action, String command, {bool isHttps = false}) Future
云台控制