What functions are available for ActiveX API

Hi fellows,

I am using sally clicker to remotely control my music media player. I also use the sirocco scripts that connect to a device and change the buffer size.

The script use these functions:

flywavControl = ActiveXObject("flywavDLL.automationServer")
flywavControl.getDeviceList()
flywavControl.getConnectStatus()
flywavControl.setConnectStatus(chosenReceiver.value)
flywavControl.setBufferTime(x)

My question is: is there an overview of all functions of the flywavDLL.automationServer object, so I can for instance create a script (or sub) to change the output from 48 kHz to Dolby Digital Live.

Many thanks in advance.

Regards,

Stephan

ok great, I'll give it a try

ok great, I'll give it a try and let you know later this week.

Hi Stephan, From what I can

Hi Stephan,
From what I can remember, those are the only exposed methods of the flywavDLL dll.

You can double check that by using a program like Anywhere PE viewer:
http://www.ucware.com/apev/index.htm