ui_component/play_back_component/play_back_component library

Typedefs

PlaybackEventNotifier = void Function(int eventType, int timePoint, int timestamp, double playRate, Map<String, dynamic> rawEvent)
回放事件通知给 Native 的签名:eventType, timePoint, timestamp(ms), playRate, rawEvent