add that.playInToOut to VideoPlayerPanel

This commit is contained in:
j 2022-03-03 12:45:40 +00:00
parent c764680042
commit a29d33e4b1

View file

@ -722,6 +722,10 @@ Ox.VideoPlayerPanel = function(options, self) {
self.$videoPanel.toggleElement(1); self.$videoPanel.toggleElement(1);
}; };
that.playInToOut = function() {
self.$video.playInToOut();
};
return that; return that;
} }