KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechAudioBufferInfo


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

9 @IID("{11B103D8-1142-4EDF-A093-82FB3915F8CC}")
10 public interface ISpeechAudioBufferInfo extends Com4jObject {
11     /**
12      * MinNotification
13      */

14     @VTID(7)
15     int minNotification();
16
17     /**
18      * MinNotification
19      */

20     @VTID(8)
21     void minNotification(
22         int minNotification);
23
24     /**
25      * BufferSize
26      */

27     @VTID(9)
28     int bufferSize();
29
30     /**
31      * BufferSize
32      */

33     @VTID(10)
34     void bufferSize(
35         int bufferSize);
36
37     /**
38      * EventBias
39      */

40     @VTID(11)
41     int eventBias();
42
43     /**
44      * EventBias
45      */

46     @VTID(12)
47     void eventBias(
48         int eventBias);
49
50 }
51
Popular Tags