Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "MovingSpeed.h"
#include "utils/MathUtils.h"
#include "utils/TimeUtils.h"
#include "utils/log.h"
Namespaces | |
namespace | KODI |
namespace | KODI::UTILS |
namespace | KODI::UTILS::MOVING_SPEED |
Functions | |
EventType | KODI::UTILS::MOVING_SPEED::ParseEventType (std::string_view eventType) |
Parse a string event type to enum EventType. | |