|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dt.iTunesController.ITObject
com.dt.iTunesController.ITPlaylist
com.dt.iTunesController.ITUserPlaylist
public class ITUserPlaylist
Represents a user-defined playlist. A user playlist includes both smart and manual user-defined playlists.
| Field Summary |
|---|
| Fields inherited from class com.dt.iTunesController.ITObject |
|---|
object |
| Constructor Summary | |
|---|---|
ITUserPlaylist(com.jacob.com.Dispatch d)
|
|
| Method Summary | |
|---|---|
ITOperationStatus |
addFile(java.lang.String filePath)
Add a file or files inside a folder to the playlist. |
ITTrack |
addTrack(ITTrack track)
Add an existing track to the playlist. |
ITURLTrack |
addURL(java.lang.String url)
Add a streaming audio URL to the playlist. |
| Methods inherited from class com.dt.iTunesController.ITPlaylist |
|---|
delete, getDuration, getKind, getSize, getSongRepeat, getSource, getTime, getTracks, getVisible, playFirstTrack, print, search, setShuffle, setSongRepeat |
| Methods inherited from class com.dt.iTunesController.ITObject |
|---|
fetchDispatch, getIndex, getName, getPlaylistID, getSourceID, getTrackDatabaseID, getTrackID, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ITUserPlaylist(com.jacob.com.Dispatch d)
| Method Detail |
|---|
public ITOperationStatus addFile(java.lang.String filePath)
iTunes.convertFile() or
iTunes.convertFile2() instead. If you add a folder that
contains files that require conversion, they will be skipped.
filePath - The full path to the file or folder to add.
NULL.public ITURLTrack addURL(java.lang.String url)
url - The URL to add. The length of the URL can be 255 characters or
less.
public ITTrack addTrack(ITTrack track)
iTunes.convertTrack() or
iTunes.convertTrack2() instead.
You cannot add a shared library track (ITTrackKindSharedLibrary) to
another playlist.
track - The track to add.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||