KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > iTunes > def > IITFileOrCDTrack


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

9 @IID("{00D7FE99-7868-4CC7-AD9E-ACFD70D09566}")
10 public interface IITFileOrCDTrack extends IITTrack {
11     /**
12      * The full path to the file represented by this track.
13      */

14     @VTID(72)
15     java.lang.String JavaDoc location();
16
17     /**
18      * Update this track's information with the information stored in its file.
19      */

20     @VTID(73)
21     void updateInfoFromFile();
22
23 }
24
Popular Tags