KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpAudio


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 /**
7  * ISpAudio Interface
8  */

9 @IID("{C05C768F-FAE8-4EC2-8E07-338321C12452}")
10 public interface ISpAudio extends ISpStreamFormat {
11                     @VTID(21)
12                     void eventHandle();
13
14                     @VTID(22)
15                     int getVolumeLevel();
16
17                     @VTID(23)
18                     void setVolumeLevel(
19                         int level);
20
21                     @VTID(24)
22                     int getBufferNotifySize();
23
24                     @VTID(25)
25                     void setBufferNotifySize(
26                         int cbSize);
27
28                 }
29
Popular Tags