src/mixer.h
changeset 10751 ebd94f2d6385
parent 10429 1b99254f9607
equal deleted inserted replaced
10749:b8ac8a8e27c4 10751:ebd94f2d6385
    16 
    16 
    17 bool MxInitialize(uint rate);
    17 bool MxInitialize(uint rate);
    18 void MxMixSamples(void *buffer, uint samples);
    18 void MxMixSamples(void *buffer, uint samples);
    19 
    19 
    20 MixerChannel *MxAllocateChannel();
    20 MixerChannel *MxAllocateChannel();
    21 void MxSetChannelRawSrc(MixerChannel *mc, int8 *mem, uint size, uint rate, uint flags);
    21 void MxSetChannelRawSrc(MixerChannel *mc, int8 *mem, size_t size, uint rate, uint flags);
    22 void MxSetChannelVolume(MixerChannel *mc, uint left, uint right);
    22 void MxSetChannelVolume(MixerChannel *mc, uint left, uint right);
    23 void MxActivateChannel(MixerChannel*);
    23 void MxActivateChannel(MixerChannel*);
    24 
    24 
    25 #endif /* MIXER_H */
    25 #endif /* MIXER_H */