Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SHStates.h

Go to the documentation of this file.
00001 #ifndef MN_SH_STATES_H 00002 #define MN_SH_STATES_H 00003 00004 namespace SH 00005 { 00006 00014 enum State 00015 { 00016 Invalid, 00017 Uninitialized, 00018 Initialized 00019 }; 00020 00023 enum Notification 00024 { 00025 NOTE_NONE = 0, 00026 00027 // Notification of the decoder stream handler API 00028 NOTE_MpegSetupSuccess, 00029 NOTE_MpegUdpPortSuccess, 00030 NOTE_MpegUdpPortFail, 00031 NOTE_MpegFileSuccess, 00032 NOTE_MpegFileFail, 00033 NOTE_MpegDied, 00034 NOTE_MpegPauseSuccess, 00035 NOTE_MpegPauseFail, 00036 NOTE_MpegUnfreezeSuccess, 00037 NOTE_MpegPlaySuccess, 00038 NOTE_MpegFramePos, 00039 NOTE_MpegIntPos, 00040 00041 // Notification of the PushPull SH 00042 NOTE_HIGH_WATERMARK, 00043 NOTE_LOW_WATERMARK, 00044 00045 // Notification for file interaction 00046 // for FileStreamerGM, LCRTPCachingReflectorGM 00047 NOTE_EOF, 00048 NOTE_STOP_POS, 00049 NOTE_RTP_LC_COMPLETE, 00050 NOTE_RTP_LC_INCOMPLETE, 00051 NOTE_RTP_LC_TIMEDOUT, 00052 NOTE_RTP_LIVE_SESSION_OVER, 00053 00054 //Notification for PlayerGM that the first RTP-packet has arrived 00055 NOTE_RTP_ARRIVED, 00056 00057 NOTE_LAST 00058 }; 00059 00061 00062 }; // namespace SH 00063 00064 #endif /* MN_SH_STATES_H */ 00065

Generated on Sun Mar 6 13:35:50 2005 for Komssys by doxygen 1.3.8