SCI: C++ifyed SongIterator and its subclasses
svn-id: r39152
This commit is contained in:
parent
018d19e020
commit
0f3d67c1ac
7 changed files with 429 additions and 483 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue