Plugin development: Stop current playback (1 Viewer)

exe222

Portal Pro
August 22, 2011
71
18
Home Country
Germany Germany
Hi together,

How can I stop current playback on demand in a plugin:
ist there an API-Call available to stop current playback?

Is there a specific plugin development thread somewhere?
I could not find a good documentation to get started. Even simple basic things as the one above get difficult..

Thanks!
 

exe222

Portal Pro
August 22, 2011
71
18
Home Country
Germany Germany
Code:
SendKeys.Send(Keys.MediaStop.ToString());

Maybe this does it as well. I'll check.
 

Users who are viewing this thread

Top Bottom