1 package speech.types; 3 4 import com4j.*; 5 6 9 @IID("{11B103D8-1142-4EDF-A093-82FB3915F8CC}") 10 public interface ISpeechAudioBufferInfo extends Com4jObject { 11 14 @VTID(7) 15 int minNotification(); 16 17 20 @VTID(8) 21 void minNotification( 22 int minNotification); 23 24 27 @VTID(9) 28 int bufferSize(); 29 30 33 @VTID(10) 34 void bufferSize( 35 int bufferSize); 36 37 40 @VTID(11) 41 int eventBias(); 42 43 46 @VTID(12) 47 void eventBias( 48 int eventBias); 49 50 } 51 | Popular Tags |