ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ControlEngine / iPhone / Classes / Hide / TVOut.h
diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/ControlEngine/iPhone/Classes/Hide/TVOut.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/ControlEngine/iPhone/Classes/Hide/TVOut.h
new file mode 100644 (file)
index 0000000..fcb331b
--- /dev/null
@@ -0,0 +1,26 @@
+//
+//  TVOut.h
+//  ARDroneEngine
+//
+//  Created by Frédéric D'HAEYER on 22/12/09.
+//  Copyright 2009 Parrot SA. All rights reserved.
+//
+#include "ConstantsAndMacros.h"
+
+#ifdef ENABLE_AUTO_TVOUT
+#import <MediaPlayer/MediaPlayer.h>
+
+extern NSString * const UIApplicationDidSetupScreenMirroringNotification;
+extern NSString * const UIApplicationDidDisableScreenMirroringNotification;
+
+@interface TVOut : NSObject
+
+- (BOOL) isScreenMirroringActive;
+- (UIScreen *) currentMirroringScreen;
+- (void) setupScreenMirroring;
+- (void) setupScreenMirroringWithFramesPerSecond:(double)fps;
+- (void) disableScreenMirroring;
+
+@end
+
+#endif // ENABLE_AUTO_TVOUT