Exemplo n.º 1
0
        public int DebugPlayingChannels()
        {
            int nChannels = -1;

            ERRCHECK(FMODSystem.getChannelsPlaying(ref nChannels));
            return(nChannels);
        }