RustLibApi class abstract

Implementers

Constructors

RustLibApi()

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

crateApiCastProjectorInfoCastVideo({required ProjectorInfo that, required String videoUrl}) Future<void>
crateApiCastProjectorInfoGetPositionInfo({required ProjectorInfo that}) Future<(String, String)>
crateApiCastProjectorInfoGetPositionInfoSec({required ProjectorInfo that}) Future<(BigInt, BigInt)>
crateApiCastProjectorInfoGetTransportInfo({required ProjectorInfo that}) Future<TransportState>
crateApiCastProjectorInfoGetVolume({required ProjectorInfo that}) Future<int>
crateApiCastProjectorInfoPause({required ProjectorInfo that}) Future<void>
crateApiCastProjectorInfoPlay({required ProjectorInfo that}) Future<void>
crateApiCastProjectorInfoSeek({required ProjectorInfo that, required String targetTime}) Future<void>
crateApiCastProjectorInfoSetMute({required ProjectorInfo that, required bool mute}) Future<void>
crateApiCastProjectorInfoSetVolume({required ProjectorInfo that, required int volume}) Future<void>
crateApiCastProjectorInfoStop({required ProjectorInfo that}) Future<void>
crateApiCastScanProjectors({required BigInt timeoutSecs}) Future<List<ProjectorInfo>>
crateApiCastWakeOnLan({required String macAddress}) Future<void>
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