namespace OpenVIII.Movie { public enum State { Load = 0, Clear = 1, StartPlay = 2, Playing = 3, Paused = 4, Finished = 5, Return = 6, Reset = 7 } }