diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_sound_slice.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_sound_slice.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,85 @@ + +
+Public Member Functions | |
~CSoundSlice () | |
+const TDesC8 & | GetData () |
Static Public Member Functions | |
static CSoundSlice * | NewL (const TDesC8 &aData) |
Static Public Attributes | |
+static const TInt | iOffset = _FOFF(CSoundSlice,iLink) |
+These objects are held in a queue. They are removed from the queue in the callback function MaoscBufferCopied(). +
Definition at line 320 of file CMediaClientAppUI.h.
+CSoundSlice::~CSoundSlice | +( | ++ | ) | ++ |
+Destructor. +
Definition at line 876 of file CMediaClientAppUI.cpp.
+ ++
CSoundSlice * CSoundSlice::NewL | +( | +const TDesC8 & | +aData | +) | + [static] |
+
+Allocates and constructs a new synchronous artificial audio stream source. Construction and destruction
aData | Data for the slice |
Definition at line 859 of file CMediaClientAppUI.cpp.
+ ++