repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / mediaplayer / PlaybackState.h
blob3bc0159656bc1eb4581f58cfb52c933f38ad2a09
1 /*
2 * Copyright 2007-2009, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Stephan Aßmus <superstippi@gmx.de>
7 */
8 #ifndef PLAYBACK_STATE_H
9 #define PLAYBACK_STATE_H
12 enum {
13 PLAYBACK_STATE_STOPPED = 0,
14 PLAYBACK_STATE_PLAYING = 1,
15 PLAYBACK_STATE_PAUSED = 2,
19 #endif // PLAYBACK_STATE_H