2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <ChatKit/CKMediaObject.h>
9 @
class AVRemaker
, NSString
;
11 @interface CKAVMediaObject
: CKMediaObject
14 BOOL _remakeSuccessful
;
16 NSString
*_createdFilename
;
17 double _approximateDuration
;
21 + (double)maxMMSTrimDurationForMediaType
:(int)fp8
;
22 + (id
)transcodeOptionsWithMaxBytes
:(int)fp8
;
23 + (void)_dequeueNextTranscodeOnMainThread
;
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
;
34 - (double)transcodeStartTime
;
35 - (double)transcodeEndTime
;
36 - (double)transcodeDuration
;
37 - (id
)transcodeMimeType
;
38 - (id
)effectiveExportedFilename
;
39 - (id
)fileForDataWithExtension
:(id
)fp8
;
41 - (void)_determineDurationOnMainThreadWithFile
:(id
)fp8
;
42 - (void)_enqueueTranscodeOnMainThreadWithOptions
:(id
)fp8
;
43 - (void)_beginRemakingOnMainThreadWithOptions
:(id
)fp8
;
44 - (void)_remakeDidComplete
:(id
)fp8
;
46 - (void)setRemakeDidEnd
:(BOOL
)fp8
;