/headers/Celestial/AVControllerLog.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <Celestial/ObjectWrapper.h>
00008 
00009 @interface AVControllerLog : ObjectWrapper
00010 {
00011 }
00012 
00013 - (id)init;
00014 - (id)initWithQueue:(id)fp8 error:(id *)fp12;
00015 - (id)delegate;
00016 - (void)setDelegate:(id)fp8;
00017 - (void)setQueue:(id)fp8;
00018 - (id)queue;
00019 - (void)setAVItemClass:(Class)fp8;
00020 - (BOOL)setRepeatMode:(int)fp8;
00021 - (int)repeatMode;
00022 - (BOOL)play:(id *)fp8;
00023 - (void)pause;
00024 - (BOOL)playNextItem:(id *)fp8;
00025 - (float)rate;
00026 - (BOOL)setRate:(float)fp8 error:(id *)fp12;
00027 - (double)currentTime;
00028 - (void)setCurrentTime:(double)fp8;
00029 - (float)volume;
00030 - (void)setVolume:(float)fp8;
00031 - (BOOL)muted;
00032 - (void)setMuted:(BOOL)fp8;
00033 - (int)eqPreset;
00034 - (void)setEQPreset:(int)fp8;
00035 - (id)currentItem;
00036 - (id)attributeForKey:(id)fp8;
00037 - (BOOL)setAttribute:(id)fp8 forKey:(id)fp12 error:(id *)fp16;
00038 - (void)setQueueFeeder:(id)fp8;
00039 - (id)queueFeeder;
00040 - (BOOL)setIndexOfCurrentQueueFeederItem:(unsigned int)fp8 error:(id *)fp12;
00041 - (unsigned int)indexOfCurrentQueueFeederItem;
00042 - (BOOL)beginInterruption:(id *)fp8;
00043 - (void)endInterruptionWithStatus:(id)fp8;
00044 - (BOOL)resumePlayback:(double)fp8 error:(id *)fp16;
00045 - (void)registerTimeMarkerObserver:(id)fp8 forItem:(id)fp12 times:(id)fp16 context:(id)fp20;
00046 - (void)unregisterTimeMarkerObserver:(id)fp8 forItem:(id)fp12;
00047 
00048 @end
00049