cog/Sound/Status.h

19 lines
285 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
{
kCogStatusPaused = 0,
kCogStatusStopped,
kCogStatusPlaying,
// kCogStatusEndOfFile,
// kCogStatusEndOfPlaylist,
// kCogStatusPlaybackEnded
};