SCI: C++ifyed SongIterator and its subclasses

svn-id: r39152
This commit is contained in:
Max Horn 2009-03-06 07:25:48 +00:00
parent 018d19e020
commit 0f3d67c1ac
7 changed files with 429 additions and 483 deletions

View file

@ -2427,7 +2427,7 @@ static int c_is_sample(EngineState *s) {
return 1;
}
if ((data = songit->get_pcm_feed())) {
if ((data = songit->getAudioStream())) {
/*
sciprintf("\nIs sample (encoding %dHz/%s/%04x).\n", data->conf.rate, (data->conf.stereo) ?
((data->conf.stereo == SFX_PCM_STEREO_LR) ? "stereo-LR" : "stereo-RL") : "mono", data->conf.format);