pcfidtvvlcrenderer.idl
来自「属性sosuo算法」· IDL 代码 · 共 20 行
IDL
20 行
#include "nsISupports.idl"
interface nsIDOMWindow;
[scriptable, uuid(506247A1-775B-4377-9687-ADD4FEED198A)]
interface pcfIDTVVLCRenderer : nsISupports
{
void init(in nsIDOMWindow window);
void reset();
boolean canPlayURL(in string url);
void selectURL(in string url);
void play();
void pause();
void stop();
void goToBeginningOfMovie();
float getCurrentTime();
void setVolume(in float volume);
void goFullscreen();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?