KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITEncoder


1 // GENERATED. DO NOT MODIFY
2
package iTunes.def;
3
4 import com4j.*;
5
6 /**
7  * IITEncoder Interface
8  */

9 @IID("{1CF95A1C-55FE-4F45-A2D3-85AC6C504A73}")
10 public interface IITEncoder extends Com4jObject {
11     /**
12      * The name of the the encoder.
13      */

14     @VTID(7)
15     java.lang.String JavaDoc name();
16
17     /**
18      * The data format created by the encoder.
19      */

20     @VTID(8)
21     java.lang.String JavaDoc format();
22
23 }
24
Popular Tags