]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKAVMediaObject.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKAVMediaObject.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 <ChatKit/CKMediaObject.h>
8
9 @class AVRemaker, NSString;
10
11 @interface CKAVMediaObject : CKMediaObject
12 {
13 AVRemaker *_remaker;
14 BOOL _remakeSuccessful;
15 BOOL _remakeDidEnd;
16 NSString *_createdFilename;
17 double _approximateDuration;
18 }
19
20 + (void)initialize;
21 + (double)maxMMSTrimDurationForMediaType:(int)fp8;
22 + (id)transcodeOptionsWithMaxBytes:(int)fp8;
23 + (void)_dequeueNextTranscodeOnMainThread;
24 - (void)dealloc;
25 - (BOOL)shouldTranscodeForMMS;
26 - (Class)balloonPreviewClassWithPreviewData:(id)fp8;
27 - (void)prepareForTranscode;
28 - (id)transcodedFilename;
29 - (id)newTranscodingForMMSWithMaxByteLength:(int)fp8;
30 - (id)transcodedPathExtension;
31 - (void)cleanupAfterTranscode;
32 - (void)configureBalloon:(id)fp8 withPreviewData:(id)fp12;
33 - (id)transcodePath;
34 - (double)transcodeStartTime;
35 - (double)transcodeEndTime;
36 - (double)transcodeDuration;
37 - (id)transcodeMimeType;
38 - (id)effectiveExportedFilename;
39 - (id)fileForDataWithExtension:(id)fp8;
40 - (id)previewTitle;
41 - (void)_determineDurationOnMainThreadWithFile:(id)fp8;
42 - (void)_enqueueTranscodeOnMainThreadWithOptions:(id)fp8;
43 - (void)_beginRemakingOnMainThreadWithOptions:(id)fp8;
44 - (void)_remakeDidComplete:(id)fp8;
45 - (BOOL)remakeDidEnd;
46 - (void)setRemakeDidEnd:(BOOL)fp8;
47
48 @end
49