mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Added missing PlayerOptions option definitions
See http://docs.videojs.com/tutorial-options.html for full list. There are some that I have not added.
This commit is contained in:
Vendored
+8
@@ -15,15 +15,23 @@ export as namespace videojs;
|
||||
declare namespace videojs {
|
||||
interface PlayerOptions {
|
||||
techOrder?: string[];
|
||||
sourceOrder?: boolean;
|
||||
html5?: any;
|
||||
width?: number;
|
||||
height?: number;
|
||||
defaultVolume?: number;
|
||||
children?: string[];
|
||||
loop?: boolean;
|
||||
muted?: boolean;
|
||||
controls?: boolean;
|
||||
src?: string;
|
||||
autoplay?: boolean;
|
||||
preload?: string;
|
||||
sources?: Source[];
|
||||
apsectRatio?: string;
|
||||
fluid?: boolean;
|
||||
language?: string;
|
||||
notSupportedMessage?: string;
|
||||
}
|
||||
|
||||
interface Source {
|
||||
|
||||
Reference in New Issue
Block a user