/* $Id$ */ package saccubus; /** * * @author yuki */ public enum VideoSaveKind { NO_SAVE, SAVE, NICOBROWSER; }