package { public interface IFramesSource { function Go(callback); function GetFrames():Array; function GetData(); } }