Remove dead code AudioTrack::getLoop
Change-Id: I868329c52f31bc20125f068500d8f892b4ec9796
This commit is contained in:
@@ -299,7 +299,6 @@ public:
|
||||
* (loopEnd-loopStart) <= framecount()
|
||||
*/
|
||||
status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
|
||||
status_t getLoop(uint32_t *loopStart, uint32_t *loopEnd, int *loopCount) const;
|
||||
|
||||
/* Sets marker position. When playback reaches the number of frames specified, a callback with
|
||||
* event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
|
||||
|
||||
Reference in New Issue
Block a user