Ignore:
Timestamp:
Mar 5, 2003, 3:49:04 PM (22 years ago)
Author:
sandervl
Message:

waveoutGetPosition: return 0 if stream is not active (DART); waveinGetPosition: return 0 if stream is not active (DART); Don't print a warning for CALLBACK_NULL callbacks; Added ODIN_waveInSetFixedBuffers, renamed SetFixedWaveBufferSize to ODIN_waveOutSetFixedBuffers. Used to tell WINMM to use the waveOutWrite buffer size for the DART buffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveinoutbase.cpp

    r9671 r9902  
    1 /* $Id: waveinoutbase.cpp,v 1.5 2003-01-14 19:38:38 sandervl Exp $ */
     1/* $Id: waveinoutbase.cpp,v 1.6 2003-03-05 14:49:04 sandervl Exp $ */
    22
    33/*
     
    140140        break;
    141141
     142    case CALLBACK_NULL:
     143        break; //no callback
     144
    142145    default:
    143146        dprintf(("WARNING: Unknown callback type %x %x", fdwOpen, dwCallback));
Note: See TracChangeset for help on using the changeset viewer.