[P4/git history rebuild]

This commit is contained in:
Valeriy Kamyshniy 2014-05-27 22:49:53 -04:00 committed by Paul Davis
parent 11468006f6
commit 06629f8717

View file

@ -1,23 +1,6 @@
/*
Copyright (C) 2013 Waves Audio Ltd.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// //
// Copyright (c) 2008 Waves Audio Ltd. All rights reserved.
// //
//! \file WCMRNativeAudio.cpp //! \file WCMRNativeAudio.cpp
//! //!
@ -136,6 +119,12 @@ WTErr WCMRNativeAudioNoneDevice::SetCurrentBufferSize (int newSize)
} }
WTErr WCMRNativeAudioNoneDevice::UpdateDeviceInfo ()
{
return eNoErr;
}
WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState) WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
{ {
if (Streaming() == newState) if (Streaming() == newState)
@ -144,6 +133,7 @@ WTErr WCMRNativeAudioNoneDevice::SetStreaming (bool newState)
} }
WCMRAudioDevice::SetStreaming(newState); WCMRAudioDevice::SetStreaming(newState);
if (Streaming()) if (Streaming())
{ {
if (m_SilenceThread) if (m_SilenceThread)