KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpStream


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

9 @IID("{12E3CCA9-7518-44C5-A5E7-BA5A79CB929E}")
10 public interface ISpStream extends ISpStreamFormat {
11         @VTID(16)
12         void getBaseStream(
13             Holder<IStream> ppStream);
14
15             @VTID(18)
16             void close();
17
18         }
19
Popular Tags