#include <audiere.h>
Inheritance diagram for audiere::StopEvent:
Public Types | |
enum | Reason { STOP_CALLED, STREAM_ENDED } |
Public Member Functions | |
EventType | getType () |
virtual OutputStream * | getOutputStream ()=0 |
virtual Reason | getReason ()=0 |
Protected Member Functions | |
~StopEvent () |
Definition at line 610 of file audiere.h.
|
A code representing the reason the stream stopped playback.
|
|
|
|
|
|
|
|
Returns the EventType code for this event.
Implements audiere::Event. Definition at line 615 of file audiere.h. References audiere::ET_STOP. |