OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CStreamPlayer
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp
37
TInt
CStreamPlayer
::ClosestSupportedRate(TInt aRate)
49
CStreamPlayer
::
CStreamPlayer
(MStreamProvider& aProvider, MStreamObs& aObs) :
54
CStreamPlayer
::~
CStreamPlayer
()
65
void
CStreamPlayer
::ConstructL()
73
TInt
CStreamPlayer
::OpenStream(TInt aRate, TInt aChannels, TUint32 aType)
93
TInt
CStreamPlayer
::MaxVolume() const
98
void
CStreamPlayer
::SetVolume(TInt aNew)
112
TInt
CStreamPlayer
::Volume() cons
[
all
...]
streamplayer.h
27
NONSHARABLE_CLASS(
CStreamPlayer
) : public CBase, public MMdaAudioOutputStreamCallback
30
CStreamPlayer
(MStreamProvider& aProvider, MStreamObs& aObs);
31
~
CStreamPlayer
();
SDL_epocaudio.cpp
192
CStreamPlayer
* iPlayer;
296
iPlayer = new (ELeave)
CStreamPlayer
(*this, *this);
530
spec->freq =
CStreamPlayer
::ClosestSupportedRate(spec->freq);
Completed in 1739 milliseconds