]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKVideoMediaObject.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKVideoMediaObject.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/CKAVMediaObject.h>
8
9 @class NSDictionary, NSString;
10
11 @interface CKVideoMediaObject : CKAVMediaObject
12 {
13 NSDictionary *_transcodeOptions;
14 struct CGImage *_videoPreviewCGImage;
15 NSString *_transcodePath;
16 }
17
18 + (id)mimeTypesToFileExtensions;
19 - (void)dealloc;
20 - (BOOL)shouldTranscodeForMMS;
21 - (int)mediaType;
22 - (id)transcodedFilename;
23 - (Class)balloonPreviewClassWithPreviewData:(id)fp8;
24 - (float)balloonHeightWithPreviewData:(id)fp8;
25 - (id)newPreview:(int)fp8 highlight:(BOOL)fp12;
26 - (void)configureBalloon:(id)fp8 withPreviewData:(id)fp12;
27 - (unsigned long long)sizeInBytes;
28 - (id)optionsForMedia;
29 - (id)transcodePath;
30 - (id)transcodeMimeType;
31 - (double)transcodeStartTime;
32 - (double)transcodeEndTime;
33 - (double)transcodeDuration;
34 - (id)effectiveExportedFilename;
35 - (id)transcodedPathExtension;
36 - (id)_transcodeOptions;
37 - (struct CGImage *)_newPreviewImageWithTailStyle:(int)fp8;
38 - (struct CGImage *)_newPreviewImageForIncomingVideoWithTailStyle:(int)fp8;
39 - (void)_generatePreviewOnMainThreadForVideoFile:(id)fp8;
40 - (struct CGImage *)_newVideoPreviewImageForImage:(struct CGImage *)fp8 withTailStyle:(int)fp12;
41 - (id)filenameForMedia;
42
43 @end
44