--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "AVItem.h"
+
+@class MPAlternateTracks, MPQueueFeeder;
+
+@interface MPItem : AVItem
+{
+ MPQueueFeeder *_feeder;
+ MPAlternateTracks *_alternateTracks;
+ unsigned int _type;
+ double _cachedDuration;
+ double _cachedPlayableDuration;
+ unsigned int _advancedDuringPlayback:1;
+ unsigned int _handledFinishTime:1;
+ unsigned int _hasPlayedThisSession:1;
+ unsigned int _wasCountedAsSkipped:1;
+ unsigned int _isStreamable:2;
+ unsigned int _useCachedPlayableDuration:1;
+ unsigned int _watchingAttributes:1;
+ unsigned int _videoDisabled:1;
+}
+
++ (unsigned int)defaultScaleMode;
++ (void)setDefaultScaleMode:(unsigned int)fp8;
+- (BOOL)allowAutoChangingScaleModeToFill;
+- (id)init;
+- (id)initWithPath:(id)fp8 error:(id *)fp12;
+- (void)dealloc;
+- (void)resetBookkeeping;
+- (void)setAlternateAudioTrackID:(unsigned int)fp8;
+- (void)setPlaybackStoppedTime:(double)fp8;
+- (void)notePlaybackFinishedByHittingEnd;
+- (void)setPlaybackFinishedTime:(double)fp8;
+- (void)setRating:(float)fp8;
+- (void)setSubtitleTrackID:(unsigned int)fp8;
+- (void)setUserAdvancedDuringPlayback:(BOOL)fp8;
+- (void)setUserEnabledSubtitles:(BOOL)fp8;
+- (void)setUserSkippedPlayback:(BOOL)fp8;
+- (BOOL)userSkippedPlayback;
+- (double)duration;
+- (void)setupPlaybackInfo;
+- (void)updateAttributesForDefaultsChange:(id)fp8;
+- (id)album;
+- (id)artist;
+- (float)defaultPlaybackRate;
+- (id)displayableText;
+- (BOOL)hasAlternatesForTypes:(unsigned int)fp8;
+- (BOOL)hasDisplayableText;
+- (BOOL)hasPlayedThisSession;
+- (unsigned int)indexInQueueFeeder;
+- (BOOL)isStreamable;
+- (BOOL)isVideoDisabled;
+- (id)largeArtworkInfoForTime:(double)fp8;
+- (id)mediumArtworkInfoForTime:(double)fp8;
+- (double)playableDuration;
+- (float)playbackRateForLevel:(unsigned int)fp8 direction:(int)fp12 paused:(BOOL)fp16;
+- (float)scanIntervalForLevel:(unsigned int)fp8 paused:(BOOL)fp12;
+- (void)setHasPlayedThisSession:(BOOL)fp8;
+- (void)setVideoDisabled:(BOOL)fp8;
+- (id)smallArtworkInfoForTime:(double)fp8;
+- (id)chapterTimeMarkers;
+- (id)artworkTimeMarkers;
+- (id)chapterTimeMarkerForTime:(double)fp8;
+- (id)artworkTimeMarkerForTime:(double)fp8;
+- (id)titlesForTime:(double)fp8;
+- (unsigned int)type;
+- (float)userRating;
+- (BOOL)wantsSubtitles;
+- (void)_delayedInvalidateCachedPlayedDuration;
+- (void)_itemAttributeAvailableNotification:(id)fp8;
+- (void)_commonInit;
+- (id)feeder;
+- (void)setFeeder:(id)fp8;
+- (id)alternateTracks;
+
+@end
+