Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Stream Class Reference

#include <stream.hpp>

Collaboration diagram for Stream:

Collaboration graph
[legend]
List of all members.

Public Methods

 ~Stream ()
void Play ()
void Pause ()
void Reset ()
bool IsPlaying ()
void SetRepeat (bool repeat)
bool IsRepeating ()
void SetVolume (int volume)
int GetVolume ()

Constructor & Destructor Documentation

Stream::~Stream ( )
 

Definition at line 62 of file stream.cpp.


Member Function Documentation

int Stream::GetVolume ( )
 

Definition at line 139 of file stream.cpp.

bool Stream::IsPlaying ( )
 

Definition at line 103 of file stream.cpp.

bool Stream::IsRepeating ( )
 

Definition at line 121 of file stream.cpp.

void Stream::Pause ( )
 

Definition at line 84 of file stream.cpp.

void Stream::Play ( )
 

Definition at line 75 of file stream.cpp.

void Stream::Reset ( )
 

Definition at line 93 of file stream.cpp.

void Stream::SetRepeat ( bool repeat )
 

Definition at line 112 of file stream.cpp.

void Stream::SetVolume ( int volume )
 

Definition at line 130 of file stream.cpp.


Friends And Related Function Documentation

class Context [friend]
 

Definition at line 40 of file stream.hpp.


The documentation for this class was generated from the following files:
Generated at Mon Jun 10 02:55:30 2002 for audiere by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001