Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | #ifndef _S3CDA_H_ |
2 | #define _S3CDA_H_ |
||
3 | |||
4 | #include "s3_defs.h" |
||
5 | |||
6 | void S3EnableCDA(void); |
||
7 | void S3DisableCDA(void); |
||
8 | void S3StopCDAOutlets(void); |
||
9 | |||
10 | int S3PlayCDA(tS3_channel* chan); |
||
11 | int S3StopCDA(tS3_channel* chan); |
||
12 | int S3SetCDAVolume(tS3_channel* chan, int pVolume); |
||
13 | int S3IsCDAPlaying(void); |
||
14 | int S3IsCDAPlaying2(void); |
||
15 | |||
16 | #endif |