5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERTIMECONVERTER_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERTIMECONVERTER_H_
8#import <CoreGraphics/CoreGraphics.h>
17- (uint64_t)CAMediaTimeToEngineTime:(CFTimeInterval)time;
18- (CFTimeInterval)engineTimeToCAMediaTime:(uint64_t)time;
Converts between the time representation used by Flutter Engine and CAMediaTime.