]>
Commit | Line | Data |
---|---|---|
c58d80b0 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 | #import <ChatKit/CKAVMediaObject.h> | |
8 | ||
9 | @class NSDictionary, NSString; | |
10 | ||
11 | @interface CKAudioMediaObject : CKAVMediaObject | |
12 | { | |
13 | NSDictionary *_transcodeOptions; | |
14 | NSString *_transcodePath; | |
15 | } | |
16 | ||
17 | + (id)mimeTypesToFileExtensions; | |
18 | - (void)dealloc; | |
19 | - (BOOL)shouldTranscodeForMMS; | |
20 | - (int)mediaType; | |
21 | - (unsigned long long)sizeInBytes; | |
22 | - (id)optionsForMedia; | |
23 | - (void)prepareForTranscode; | |
24 | - (id)transcodePath; | |
25 | - (id)transcodedFilename; | |
26 | - (id)transcodeMimeType; | |
27 | - (id)transcodedPathExtension; | |
28 | - (double)transcodeStartTime; | |
29 | - (double)transcodeEndTime; | |
30 | - (double)transcodeDuration; | |
31 | - (id)effectiveExportedFilename; | |
32 | - (id)previewTitle; | |
33 | - (id)filenameForMedia; | |
34 | ||
35 | @end | |
36 |