|
Classes |
| interface | IiTunes |
| | Defines the top-level iTunes application object. More...
|
| interface | IITOperationStatus |
| | Represents the status of an asynchronous add or convert operation. More...
|
| interface | IITConvertOperationStatus |
| | Represents the status of an asynchronous convert operation. More...
|
| interface | _IiTunesEvents |
| | Defines the outgoing event interface of the IiTunes interface. More...
|
| interface | _IITConvertOperationStatusEvents |
| | Defines the outgoing event interface of the IITConvertOperationStatus interface. More...
|
| class | iTunesApp |
| | Represents the iTunes application. More...
|
Enumerations |
| enum | ITPlayerState {
ITPlayerStateStopped = 0,
ITPlayerStatePlaying,
ITPlayerStateFastForward,
ITPlayerStateRewind
} |
| | Specifies the state of the player. More...
|
| enum | ITVisualSize {
ITVisualSizeSmall = 0,
ITVisualSizeMedium,
ITVisualSizeLarge
} |
| | Specifies the size of the visuals. More...
|
| enum | ITCOMDisabledReason {
ITCOMDisabledReasonOther = 0,
ITCOMDisabledReasonDialog,
ITCOMDisabledReasonQuitting
} |
| | Specifies the reason the COM interface is being disabled. More...
|
| enum | ITPlayButtonState {
ITPlayButtonStatePlayDisabled = 0,
ITPlayButtonStatePlayEnabled,
ITPlayButtonStatePauseEnabled,
ITPlayButtonStatePauseDisabled,
ITPlayButtonStateStopEnabled,
ITPlayButtonStateStopDisabled
} |
| | Specifies the state of the play/pause/stop button. More...
|
| enum | ITPlayerButton {
ITPlayerButtonPrevious = 0,
ITPlayerButtonPlay,
ITPlayerButtonNext
} |
| | Specifies a player button. More...
|
| enum | ITPlayerButtonModifierKey {
ITPlayerButtonModifierKeyNone = 0,
ITPlayerButtonModifierKeyShift = 1,
ITPlayerButtonModifierKeyControl = 2,
ITPlayerButtonModifierKeyAlt = 4,
ITPlayerButtonModifierKeyCapsLock = 8
} |
| | Player button modifier key flags. More...
|
| enum | ITEvent {
ITEventDatabaseChanged = 1,
ITEventPlayerPlay = 2,
ITEventPlayerStop = 3,
ITEventPlayerPlayingTrackChanged = 4,
ITEventCOMCallsDisabled = 6,
ITEventCOMCallsEnabled = 7,
ITEventQuitting = 8,
ITEventAboutToPromptUserToQuit = 9,
ITEventSoundVolumeChanged = 10
} |
| | Events generated by IiTunes. More...
|
| enum | ITConvertOperationStatusEvent {
ITConvertOperationStatusChanged = 1,
ITConvertOperationComplete = 2
} |
| | Events generated by IITConvertOperationStatus. More...
|