]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPAlternateTracks.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / MediaPlayer / MPAlternateTracks.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSObject.h"
8
9@class MPItem, NSDictionary, NSMutableDictionary;
10
11@interface MPAlternateTracks : NSObject
12{
13 MPItem *_item;
14 NSDictionary *_alternateTracks;
15 NSMutableDictionary *_trackChangeDictionary;
16}
17
18- (id)initWithItem:(id)fp8;
19- (void)dealloc;
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;
27- (void)reloadData;
28- (id)_keyForTrackType:(unsigned int)fp8;
29
30@end
31