9 #import <CoreGraphics/CGBase.h> 10 #import <CoreGraphics/CGGeometry.h> 11 #import <Foundation/Foundation.h> 19 CADisplayLink* m_displayLink;
25 @property(readwrite) CGFloat screenScale;
27 - (float)getDisplayRate;
28 - (void)displayLinkTick:(CADisplayLink*)sender;
29 - (void)displayRateSwitch:(
float)refreshRate withDynamicRange:(int)dynamicRange;
30 - (void)displayRateReset;
31 - (void)removeModeSwitchObserver;
32 - (void)addModeSwitchObserver;
33 - (void)observeValueForKeyPath:(NSString*)keyPath
35 change:(NSDictionary*)change
36 context:(
void*)context;
37 - (
const char*)stringFromDynamicRange:(
int)dynamicRange;
38 - (CGSize)getScreenSize;
Definition: TVOSDisplayManager.h:17
Definition: WinSystemTVOS.h:27