HikvisionFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- HikvisionFlutterPlatform
- Implementers
Constructors
- HikvisionFlutterPlatform()
- Constructs a HikvisionFlutterPlatform.
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
-
closePlaybackSound(
) → Future< AccsResponse> -
getPlatformVersion(
) → Future< String?> -
getPlaybackSnapshot(
SnapshotRequest request) → Future< AccsResponse> -
initCamera(
) → Widget -
initSdk(
) → Future< AccsResponse> -
login(
String username, String pass, String ip, String port) → Future< AccsResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openPlaybackSound(
) → Future< AccsResponse> -
pausePlayback(
) → Future< AccsResponse> -
playPlaybackFast(
) → Future< AccsResponse> -
playPlaybackNormalSpeed(
) → Future< AccsResponse> -
playPlaybackSlow(
) → Future< AccsResponse> -
refreshPlayback(
) → Future< AccsResponse> -
resumePlayback(
) → Future< AccsResponse> -
searchPlaybackFilesInRange(
SearchRequest request) → Future< SearchResponse> - Search file in time range
-
setPlaybackVolume(
int volumePercent) → Future< AccsResponse> -
startLive(
) → Future< AccsResponse> -
startPlayback(
PlaybackRequest request) → Future< AccsResponse> -
stopLive(
) → Future< AccsResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ HikvisionFlutterPlatform
-
The default instance of HikvisionFlutterPlatform to use.
getter/setter pair