/** * Video API * @author Andrej Cimperšek */ public interface Video { /** * Vrne sliko * @return byte[] PNG image */ public byte[] GetImage(); }