]> git.saurik.com Git - iphone-api.git/blob - Celestial/AVPlaybackItem.h
Adding PhotoLibrary.
[iphone-api.git] / Celestial / AVPlaybackItem.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 "NSObject.h"
8
9 @class AVItem, NSDictionary;
10
11 @interface AVPlaybackItem : NSObject
12 {
13 id _delegate;
14 AVItem *_avItem;
15 struct OpaqueFigPlaybackItem *_fpItem;
16 CDAnonymousStruct1 _currentDuration;
17 struct CGSize _currentSize;
18 BOOL _currentSizeIsValid;
19 BOOL _isPreparingForInspection;
20 BOOL _isInPlayQueue;
21 NSDictionary *_streamStateNotificationInfo;
22 NSDictionary *_lyricsNotificationInfo;
23 NSDictionary *_inspectionNotificationInfo;
24 NSDictionary *_playToEndNotificationInfo;
25 }
26
27 - (id)initWithDelegate:(id)fp8 item:(id)fp12;
28 - (void)dealloc;
29 - (void)cacheCurrentSize;
30 - (void)cacheCurrentDuration;
31 - (id)attributeForKey:(id)fp8;
32 - (id)itemAttribute:(id)fp8 forKey:(id)fp12;
33 - (void)setAttribute:(id)fp8 forKey:(id)fp12;
34 - (void)setItemAttribute:(id)fp8 value:(id)fp12 forKey:(id)fp16 error:(id *)fp20;
35 - (id)fpNotificationNames;
36 - (void)addFPListeners;
37 - (void)removeFPListeners;
38 - (id)urlFromPath:(id)fp8;
39 - (void)applyAttributesFromAVItemToFPItem:(id)fp8;
40 - (id)propertiesNeededForInspection;
41 - (void)ensureFPItem;
42 - (void)makeReadyForInspection;
43 - (BOOL)addToPlayQueue:(struct OpaqueFigPlayer *)fp8 afterItem:(struct OpaqueFigPlaybackItem *)fp12;
44 - (void)removeFromPlayQueue:(struct OpaqueFigPlayer *)fp8;
45 - (void)fpItemNotificationName:(id)fp8 userInfo:(id)fp12;
46 - (void)fpItemNotificationInfo:(id)fp8;
47 - (id)avItem;
48 - (struct OpaqueFigPlaybackItem *)fpItem;
49 - (void)stealControlOfAVItem;
50 - (BOOL)isPreparingForInspection;
51 - (void)setIsPreparingForInspection:(BOOL)fp8;
52 - (BOOL)isInPlayQueue;
53 - (void)setIsInPlayQueue:(BOOL)fp8;
54 - (id)lyricsNotificationInfo;
55 - (void)setLyricsNotificationInfo:(id)fp8;
56 - (id)streamStateNotificationInfo;
57 - (void)setStreamStateNotificationInfo:(id)fp8;
58 - (id)playToEndNotificationInfo;
59 - (void)setPlayToEndNotificationInfo:(id)fp8;
60 - (id)inspectionNotificationInfo;
61 - (void)setInspectionNotificationInfo:(id)fp8;
62
63 @end
64