DLNADevice class

Constructors

DLNADevice(DeviceInfo info)

Properties

hashCode int
The hash code for this object.
no setterinherited
info DeviceInfo
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeVolume(int value) Future<String>
controlURL(String type) String
getCurrentTransportActions() Future<String>
getDeviceCapabilities() Future<String>
getMediaInfo() Future<String>
getMute() Future<String>
getTransportInfo() Future<String>
getVolume() Future<String>
mute(bool mute) Future<String>
next() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<String>
play() Future<String>
position() Future<String>
previous() Future<String>
request(String action, List<int> data) Future<String>
seek(String sk) Future<String>
seekByCurrent(String text, int n) Future<String>
setPlayMode(String modeName) Future<String>
setUrl(String url, {String title = "", PlayType type = PlayType.Video}) Future<String>
stop() Future<String>
toString() String
A string representation of this object.
inherited
volume(int volume) Future<String>

Operators

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