Finish moving videoTransform stuff to typescript
This commit is contained in:
parent
0117d44422
commit
a907d0d404
@ -1,6 +1,8 @@
|
|||||||
import Debug from '../../conf/Debug';
|
import Debug from '../../conf/Debug';
|
||||||
import AspectRatioType from '../../../common/enums/AspectRatioType.enum';
|
import AspectRatioType from '../../../common/enums/AspectRatioType.enum';
|
||||||
import BrowserDetect from '../../conf/BrowserDetect';
|
import BrowserDetect from '../../conf/BrowserDetect';
|
||||||
|
import VideoData from '../video-data/VideoData';
|
||||||
|
import Logger from '../Logger';
|
||||||
|
|
||||||
|
|
||||||
// računa velikost videa za približevanje/oddaljevanje
|
// računa velikost videa za približevanje/oddaljevanje
|
||||||
@ -8,7 +10,10 @@ import BrowserDetect from '../../conf/BrowserDetect';
|
|||||||
|
|
||||||
|
|
||||||
class Scaler {
|
class Scaler {
|
||||||
// internal variables
|
//#region helper objects
|
||||||
|
conf: VideoData;
|
||||||
|
logger: Logger;
|
||||||
|
//#endregion
|
||||||
|
|
||||||
// functions
|
// functions
|
||||||
constructor(videoData) {
|
constructor(videoData) {
|
Loading…
Reference in New Issue
Block a user