|
|
|
|
<upnpDevice variable>.MediaOpen (Function) In french: <Variable upnpPériphérique>.Mé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 Device.MediaOpen("http://172.17.1.5/mymedia.avi") END
Syntax
<Result> = <UPnP device>.MediaOpen(<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|