Changeset 846 for trunk/src/multimedia/audio/qaudio_symbian_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/multimedia/audio/qaudio_symbian_p.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 82 82 , ActiveState 83 83 , IdleState 84 , SuspendedState 84 // QAudio is suspended; DevSound is paused 85 , SuspendedPausedState 86 // QAudio is suspended; DevSound is stopped 87 , SuspendedStoppedState 85 88 }; 86 89 … … 118 121 bool setFormat(const QAudioFormat &format); 119 122 bool start(); 120 void pause(); 123 124 // If DevSound implementation supports pause, calls pause and returns true. 125 // Otherwise calls stop and returns false. In this case, all DevSound buffers 126 // currently held by the backend must be discarded. 127 bool pause(); 128 129 void resume(); 130 121 131 void stop(); 122 132 void bufferProcessed(); … … 141 151 void getSupportedCodecs(); 142 152 void populateCapabilities(); 153 143 154 144 155 private:
Note:
See TracChangeset
for help on using the changeset viewer.