mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add registerPlugin function.
More details: http://developer.longtailvideo.com/trac/browser/sdks/jw6-plugin-sdk/docs/plugins-js.html
This commit is contained in:
Vendored
+1
@@ -54,6 +54,7 @@ interface JWPlayer {
|
||||
pause(): void;
|
||||
play(): void;
|
||||
playlistItem(index: number): void;
|
||||
registerPlugin(id: string, target: string, jsPlugin: () => void, swfURL: string): void;
|
||||
remove(): void;
|
||||
removeButton(id: string): void;
|
||||
resize(width: number, height: number): void;
|
||||
|
||||
Reference in New Issue
Block a user