]>
Commit | Line | Data |
---|---|---|
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 | ||
9 | struct AVByteStreamPrivate { | |
10 | NSURL *_field1; | |
11 | struct OpaqueFigCachedByteStream *_field2; | |
12 | struct OpaqueFigByteStream *_field3; | |
13 | }; | |
14 | ||
15 | struct 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 | ||
57 | struct AVExternalAudioPrivate { | |
58 | char _field1; | |
59 | struct OpaqueFigPlayer *_field2; | |
60 | AVExternalAudioDelegate *_field3; | |
61 | char _field4; | |
62 | }; | |
63 | ||
64 | struct AVFileValidatorPrivate { | |
65 | NSURL *_field1; | |
66 | AVByteStream *_field2; | |
67 | AVRefMovieParser *_field3; | |
68 | struct FigOpaqueFileCheck *_field4; | |
69 | struct FigFileCheckDataLocation _field5; | |
70 | char _field6; | |
71 | }; | |
72 | ||
73 | struct 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 | ||
91 | struct 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 | ||
114 | struct AVSubtitleLayerUsingWebKitPrivate { | |
115 | struct __GSFont *_field1; | |
116 | struct __CFAttributedString *_field2; | |
117 | }; | |
118 | ||
119 | struct AVSystemControllerPrivate { | |
120 | char _field1; | |
121 | struct OpaqueFigPlayer *_field2; | |
122 | }; | |
123 | ||
124 | struct 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 | ||
134 | struct AudioQueueLevelMeterState; | |
135 | ||
136 | struct 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 | ||
148 | struct AudioStreamPacketDescription { | |
149 | long long _field1; | |
150 | unsigned int _field2; | |
151 | unsigned int _field3; | |
152 | }; | |
153 | ||
154 | struct 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 | ||
164 | struct CGContext; | |
165 | ||
166 | struct CGSize { | |
167 | float width; | |
168 | float height; | |
169 | }; | |
170 | ||
171 | struct FigFileCheckDataLocation { | |
172 | unsigned long long offset; | |
173 | unsigned long long size; | |
174 | }; | |
175 | ||
176 | struct FigOpaqueFileCheck; | |
177 | ||
178 | struct OpaqueAudioFileID; | |
179 | ||
180 | struct OpaqueAudioQueue; | |
181 | ||
182 | struct OpaqueFigByteStream; | |
183 | ||
184 | struct OpaqueFigCachedByteStream; | |
185 | ||
186 | struct OpaqueFigPlaybackItem; | |
187 | ||
188 | struct OpaqueFigPlayer; | |
189 | ||
190 | struct OpaqueFigVisualContext; | |
191 | ||
192 | struct 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 | ||
204 | struct _NSRange { | |
205 | unsigned int _field1; | |
206 | unsigned int _field2; | |
207 | }; | |
208 | ||
209 | struct __CFAttributedString; | |
210 | ||
211 | struct __CFRunLoop; | |
212 | ||
213 | struct __CVBuffer; | |
214 | ||
215 | struct __GSFont; | |
216 | ||
217 | typedef struct { | |
218 | long long value; | |
219 | int timescale; | |
220 | long long epoch; | |
221 | unsigned int flags; | |
222 | } CDAnonymousStruct1; | |
223 |