summaryrefslogtreecommitdiffstats
path: root/src/engine/cachingreaderchunk.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2016-06-25 13:45:58 +0200
committerUwe Klotz <uwe_klotz@web.de>2016-06-26 01:46:24 +0200
commitc51c1743811ec5941c204c2e437ebb199af4bbb2 (patch)
tree3f4d9e80338b946d5456a9a1518df6806e8cd419 /src/engine/cachingreaderchunk.h
parent89612ffff859f5a0e8daa30cbe6f0c44831e07c5 (diff)
Rename namespace 'Mixxx' to 'mixxx'
Diffstat (limited to 'src/engine/cachingreaderchunk.h')
-rw-r--r--src/engine/cachingreaderchunk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/cachingreaderchunk.h b/src/engine/cachingreaderchunk.h
index 2eec40b736..785efe7cda 100644
--- a/src/engine/cachingreaderchunk.h
+++ b/src/engine/cachingreaderchunk.h
@@ -23,7 +23,7 @@ public:
// Returns the corresponding chunk index for a frame index
inline static SINT indexForFrame(SINT frameIndex) {
- DEBUG_ASSERT(Mixxx::AudioSource::getMinFrameIndex() <= frameIndex);
+ DEBUG_ASSERT(mixxx::AudioSource::getMinFrameIndex() <= frameIndex);
const SINT chunkIndex = frameIndex / kFrames;
return chunkIndex;
}
@@ -63,14 +63,14 @@ public:
// Check if the audio source has sample data available
// for this chunk.
bool isReadable(
- const Mixxx::AudioSourcePointer& pAudioSource,
+ const mixxx::AudioSourcePointer& pAudioSource,
SINT maxReadableFrameIndex) const;
// Read sample frames from the audio source and return the
// number of frames that have been read. The in/out parameter
// pMaxReadableFrameIndex is adjusted if reading fails.
SINT readSampleFrames(
- const Mixxx::AudioSourcePointer& pAudioSource,
+ const mixxx::AudioSourcePointer& pAudioSource,
SINT* pMaxReadableFrameIndex);
// Copy sampleCount samples starting at sampleOffset from