IiTunesInterface Class Reference

Schnittstellenklasse für iTunes. More...

#include <IiTunesInterface.h>

Collaboration diagram for IiTunesInterface:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IiTunesInterface (void)
void getPlaylists (stdx::ptr_vector< IPlaylist > *, FMOD::System *)
void play (ISong *)
void stop ()

Detailed Description

Schnittstellenklasse für iTunes.


Constructor & Destructor Documentation

IiTunesInterface::IiTunesInterface ( void   ) 

Baut Kommunikation mit iTunes auf.


Member Function Documentation

void IiTunesInterface::getPlaylists ( stdx::ptr_vector< IPlaylist > *  ,
FMOD::System *   
)

liest (nicht leere) Playlists aus iTunes aus.

Parameters:
playlists Vector wo Playlists abgelegt werden.
system Wird für den Konstruktor von IPlaylist benötigt.
See also:
IPlaylist.h

void IiTunesInterface::play ( ISong  ) 

startet das Abspielen des gegebenen Songs.

void IiTunesInterface::stop (  ) 

stoppt den Song der gerade abgespielt wird.


The documentation for this class was generated from the following files:
Generated on Wed Jan 17 14:53:39 2007 for iTunesIslands by  doxygen 1.5.1-p1