]> git.sesse.net Git - vlc/blob - mozilla/vlcintf.idl
* put the beautiful "no picture" black screen.
[vlc] / mozilla / vlcintf.idl
1
2 #include "nsISupports.idl"
3
4 [scriptable, uuid(ea92ef52-afe4-4212-bacb-dfe9fca94cd6)]
5
6 interface VlcIntf : nsISupports
7 {
8     void play();
9     void pause();
10     void stop();
11
12     void fullscreen();
13 };
14