2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class MPItem
, NSDictionary
, NSMutableDictionary
;
11 @interface MPAlternateTracks
: NSObject
14 NSDictionary
*_alternateTracks
;
15 NSMutableDictionary
*_trackChangeDictionary
;
18 - (id
)initWithItem
:(id
)fp8
;
20 - (void)beginTrackChanges
;
21 - (void)commitTrackChanges
;
22 - (id
)currentTrackForType
:(unsigned int)fp8
;
23 - (unsigned int)indexOfCurrentTrackForType
:(unsigned int)fp8
;
24 - (void)setTrack
:(id
)fp8 forType
:(unsigned int)fp12
;
25 - (id
)tracksForType
:(unsigned int)fp8
;
26 - (BOOL
)hasTracksForTypes
:(unsigned int)fp8
;
28 - (id
)_keyForTrackType
:(unsigned int)fp8
;