1 // GENERATED. DO NOT MODIFY2 package speech.types;3 4 import com4j.*;5 6 /**7 * ISpeechCustomStream Interface8 */9 @IID("{1A9E9F4F-104F-4DB8-A115-EFD7FD0C97AE}")10 public interface ISpeechCustomStream extends ISpeechBaseStream {11 /**12 * BaseStream13 */14 @VTID(12)15 com4j.Com4jObject baseStream();16 17 /**18 * BaseStream19 */20 @VTID(13)21 void baseStream(22 com4j.Com4jObject ppUnkStream);23 24 }25