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