cog/Audio/Status.h

17 lines
230 B
C
Raw Normal View History

2006-01-20 15:34:02 +00:00
/*
* Status.h
* Cog
*
* Created by Vincent Spader on 1/14/06.
* Copyright 2006 Vincent Spader. All rights reserved.
2006-01-20 15:34:02 +00:00
*
*/
enum
{
2008-02-22 03:09:03 +00:00
kCogStatusStopped = 0,
kCogStatusPaused,
2006-01-20 15:34:02 +00:00
kCogStatusPlaying,
kCogStatusStopping,
2006-01-20 15:34:02 +00:00
};