DlnaSoapUtil class

DLNA/UPnP SOAP 輔助工具

Constructors

DlnaSoapUtil.new()

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

sendSoap({required String controlUrl, required String serviceType, required String action, required Map<String, dynamic> args}) Future<Map<String, dynamic>>
發送 SOAP 請求 controlUrl 控制端點 (renderer 的 AVTransport/RenderingControl) serviceType 服務類型 (如 urn:schemas-upnp-org:service:AVTransport:1) action 動作名稱 (如 Play, Pause, SetAVTransportURI) args 參數 (Map<String, dynamic>)