KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpStreamFormatConverter


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

9 @IID("{678A932C-EA71-4446-9B41-78FDA6280A29}")
10 public interface ISpStreamFormatConverter extends ISpStreamFormat {
11     @VTID(15)
12     void setBaseStream(
13         ISpStreamFormat pStream,
14         int fSetFormatToBaseStreamFormat,
15         int fWriteToBaseStream);
16
17     @VTID(16)
18     ISpStreamFormat getBaseStream();
19
20         @VTID(18)
21         void resetSeekPosition();
22
23     }
24
Popular Tags