]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPAlternateTrack.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / MediaPlayer / MPAlternateTrack.h
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 NSString;
10
11 @interface MPAlternateTrack : NSObject
12 {
13 int _trackID;
14 NSString *_languageCode;
15 NSString *_name;
16 }
17
18 + (id)createOffTrack;
19 + (id)threeCharCodesForEncodedISO639_2_T:(id)fp8;
20 - (id)initWithDictionary:(id)fp8;
21 - (void)dealloc;
22 - (int)compare:(id)fp8;
23 - (id)humanReadableLanguage;
24 - (id)languageCode;
25 - (id)name;
26 - (void)setName:(id)fp8;
27 - (int)trackID;
28
29 @end
30