|
|
|
|
UPNPMediaOpen (Function) In french: UPNPMédiaOuvre Opens a media on the UPnP device. Caution: To use this function, the device must include an "AVTransport" service.
arrDevice is array of upnpDevices arrDevice = UPNPListDevice(... "urn:schemas-upnp-org:device:MediaRenderer:1", 5) FOR EACH Device OF arrDevice UPNPMediaOpen(Device, "http://172.17.1.5/mymedia.avi") END
Syntax
<Result> = UPNPMediaOpen(<UPnP device> , <Media>)
<Result>: Boolean - True if the media was opened,
- False otherwise.
<UPnP device>: upnpDevice variable Name of upnpDevice variable corresponding to the UPnP device to use. <Media>: Character string URI of the media to open. Component: wd280device.dll
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|