]> git.saurik.com Git - iphone-api.git/blame - Celestial/CDStructures.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / Celestial / CDStructures.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@class AVByteStream, AVExternalAudioDelegate, AVRefMovieParser, NSDictionary, NSMutableDictionary, NSString, NSURL;
8
9struct AVByteStreamPrivate {
10 NSURL *_field1;
11 struct OpaqueFigCachedByteStream *_field2;
12 struct OpaqueFigByteStream *_field3;
13};
14
15struct AVControllerPrivate {
16 id _field1;
17 id _field2;
18 id _field3;
19 id _field4;
20 Class _field5;
21 id _field6;
22 int _field7;
23 id _field8;
24 float _field9;
25 float _field10;
26 float _field11;
27 int _field12;
28 id _field13;
29 id _field14;
30 char _field15;
31 char _field16;
32 id _field17;
33 struct OpaqueFigVisualContext *_field18;
34 id _field19;
35 struct __CFRunLoop *_field20;
36 unsigned int _field21;
37 int _field22;
38 int _field23;
39 int _field24;
40 char _field25;
41 char _field26;
42 char _field27;
43 char _field28;
44 char _field29;
45 id _field30;
46 id _field31;
47 struct OpaqueFigPlayer *_field32;
48 id _field33;
49 id _field34;
50 id _field35;
51 char _field36;
52 char _field37;
53 id _field38;
54 id _field39;
55};
56
57struct AVExternalAudioPrivate {
58 char _field1;
59 struct OpaqueFigPlayer *_field2;
60 AVExternalAudioDelegate *_field3;
61 char _field4;
62};
63
64struct AVFileValidatorPrivate {
65 NSURL *_field1;
66 AVByteStream *_field2;
67 AVRefMovieParser *_field3;
68 struct FigOpaqueFileCheck *_field4;
69 struct FigFileCheckDataLocation _field5;
70 char _field6;
71};
72
73struct AVItemPrivate {
74 id _field1;
75 NSString *_field2;
76 double _field3;
77 float _field4;
78 float _field5;
79 float _field6;
80 unsigned int _field7;
81 char _field8;
82 char _field9;
83 NSDictionary *_field10;
84 int _field11;
85 long long _field12;
86 long long _field13;
87 NSDictionary *_field14;
88 NSDictionary *_field15;
89};
90
91struct AVRecorderPrivate {
92 NSURL *_field1;
93 unsigned int _field2;
94 unsigned int _field3;
95 NSMutableDictionary *_field4;
96 long long _field5;
97 char _field6;
98 struct AudioStreamBasicDescription _field7;
99 struct OpaqueAudioFileID *_field8;
100 struct OpaqueAudioQueue *_field9;
101 unsigned int _field10;
102 struct AudioQueueLevelMeterState *_field11;
103 struct AudioQueueLevelMeterState *_field12;
104 unsigned int _field13;
105 unsigned int _field14;
106 unsigned int _field15;
107 struct AudioQueueBuffer *_field16[3];
108 char _field17[3];
109 char _field18;
110 char _field19;
111 char _field20;
112};
113
114struct AVSubtitleLayerUsingWebKitPrivate {
115 struct __GSFont *_field1;
116 struct __CFAttributedString *_field2;
117};
118
119struct AVSystemControllerPrivate {
120 char _field1;
121 struct OpaqueFigPlayer *_field2;
122};
123
124struct AudioQueueBuffer {
125 unsigned int _field1;
126 void *_field2;
127 unsigned int _field3;
128 void *_field4;
129 unsigned int _field5;
130 struct AudioStreamPacketDescription *_field6;
131 unsigned int _field7;
132};
133
134struct AudioQueueLevelMeterState;
135
136struct AudioStreamBasicDescription {
137 double mSampleRate;
138 unsigned int mFormatID;
139 unsigned int mFormatFlags;
140 unsigned int mBytesPerPacket;
141 unsigned int mFramesPerPacket;
142 unsigned int mBytesPerFrame;
143 unsigned int mChannelsPerFrame;
144 unsigned int mBitsPerChannel;
145 unsigned int mReserved;
146};
147
148struct AudioStreamPacketDescription {
149 long long _field1;
150 unsigned int _field2;
151 unsigned int _field3;
152};
153
154struct AudioTimeStamp {
155 double _field1;
156 unsigned long long _field2;
157 double _field3;
158 unsigned long long _field4;
159 struct SMPTETime _field5;
160 unsigned int _field6;
161 unsigned int _field7;
162};
163
164struct CGContext;
165
166struct CGSize {
167 float width;
168 float height;
169};
170
171struct FigFileCheckDataLocation {
172 unsigned long long offset;
173 unsigned long long size;
174};
175
176struct FigOpaqueFileCheck;
177
178struct OpaqueAudioFileID;
179
180struct OpaqueAudioQueue;
181
182struct OpaqueFigByteStream;
183
184struct OpaqueFigCachedByteStream;
185
186struct OpaqueFigPlaybackItem;
187
188struct OpaqueFigPlayer;
189
190struct OpaqueFigVisualContext;
191
192struct SMPTETime {
193 short _field1;
194 short _field2;
195 unsigned int _field3;
196 unsigned int _field4;
197 unsigned int _field5;
198 short _field6;
199 short _field7;
200 short _field8;
201 short _field9;
202};
203
204struct _NSRange {
205 unsigned int _field1;
206 unsigned int _field2;
207};
208
209struct __CFAttributedString;
210
211struct __CFRunLoop;
212
213struct __CVBuffer;
214
215struct __GSFont;
216
217typedef struct {
218 long long value;
219 int timescale;
220 long long epoch;
221 unsigned int flags;
222} CDAnonymousStruct1;
223