|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ServiceBroker.h"#include "cores/IPlayerCallback.h"#include "cores/VideoPlayer/VideoPlayer.h"#include "jobs/JobManager.h"#include "settings/AdvancedSettings.h"#include "settings/SettingsComponent.h"#include <stdexcept>#include <gtest/gtest.h>Classes | |
| class | CTestPlayerCallback |
| class | CTestVideoPlayer |
| class | TestVideoPlayer |
Enumerations | |
| enum class | TestSeekStep { NORMAL , LARGE } |
Functions | |
| TEST_F (TestVideoPlayer, GetPreviousBookmark) | |
| TEST_F (TestVideoPlayer, GetNextBookmark) | |
| TEST_F (TestVideoPlayer, GetBookmarkPos) | |
| TEST_F (TestVideoPlayer, UpdateHasVideoAudioClearsStaleVideoFlag) | |
| TEST_F (TestVideoPlayer, UpdateHasVideoAudioKeepsFlagsWhenStreamsOpen) | |
| TEST_F (TestVideoPlayer, CalcTimeOrPercentSeekTargetCompat) | |
| TEST_F (TestVideoPlayer, CalcTimeOrPercentSeekTargetPercent) | |
| TEST_F (TestVideoPlayer, CalcTimeOrPercentSeekTargetSmooth) | |
|
strong |
| TEST_F | ( | TestVideoPlayer | , |
| CalcTimeOrPercentSeekTargetCompat | ) |
| TEST_F | ( | TestVideoPlayer | , |
| CalcTimeOrPercentSeekTargetPercent | ) |
| TEST_F | ( | TestVideoPlayer | , |
| CalcTimeOrPercentSeekTargetSmooth | ) |
| TEST_F | ( | TestVideoPlayer | , |
| GetBookmarkPos | ) |
| TEST_F | ( | TestVideoPlayer | , |
| GetNextBookmark | ) |
| TEST_F | ( | TestVideoPlayer | , |
| GetPreviousBookmark | ) |
| TEST_F | ( | TestVideoPlayer | , |
| UpdateHasVideoAudioClearsStaleVideoFlag | ) |
| TEST_F | ( | TestVideoPlayer | , |
| UpdateHasVideoAudioKeepsFlagsWhenStreamsOpen | ) |