KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpeechCustomStream


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

9 @IID("{1A9E9F4F-104F-4DB8-A115-EFD7FD0C97AE}")
10 public interface ISpeechCustomStream extends ISpeechBaseStream {
11     /**
12      * BaseStream
13      */

14     @VTID(12)
15     com4j.Com4jObject baseStream();
16
17     /**
18      * BaseStream
19      */

20     @VTID(13)
21     void baseStream(
22         com4j.Com4jObject ppUnkStream);
23
24 }
25
Popular Tags