| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "FileItem.h"#include "ServiceBroker.h"#include "cores/VideoPlayer/Edl.h"#include "settings/AdvancedSettings.h"#include "settings/SettingsComponent.h"#include "test/TestUtils.h"#include <chrono>#include <cmath>#include <gtest/gtest.h>Classes | |
| class | TestEdl | 
Functions | |
| TEST_F (TestEdl, TestParsingMplayerTimeBasedEDL) | |
| TEST_F (TestEdl, TestParsingMplayerTimeBasedInterleavedCutsEDL) | |
| TEST_F (TestEdl, TestParsingMplayerFrameBasedEDL) | |
| TEST_F (TestEdl, TestParsingMplayerTimeBasedMixedEDL) | |
| TEST_F (TestEdl, TestParsingVideoRedoEDL) | |
| TEST_F (TestEdl, TestSnapStreamEDL) | |
| TEST_F (TestEdl, TestComSkipVersion1EDL) | |
| TEST_F (TestEdl, TestComSkipVersion2EDL) | |
| TEST_F (TestEdl, TestRuntimeSetEDL) | |
| TEST_F (TestEdl, TestCommBreakAdvancedSettings) | |
| TEST_F (TestEdl, TestCommBreakAdvancedSettingsRemoveSmallCommbreaks) | |
| TEST_F (TestEdl, TestMergeSmallCommbreaks) | |
| TEST_F (TestEdl, TestMergeSmallCommbreaksAdvanced) | |
| TEST_F | ( | TestEdl | , | 
| TestCommBreakAdvancedSettings | ) | 
| TEST_F | ( | TestEdl | , | 
| TestCommBreakAdvancedSettingsRemoveSmallCommbreaks | ) | 
| TEST_F | ( | TestEdl | , | 
| TestComSkipVersion1EDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestComSkipVersion2EDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestMergeSmallCommbreaks | ) | 
| TEST_F | ( | TestEdl | , | 
| TestMergeSmallCommbreaksAdvanced | ) | 
| TEST_F | ( | TestEdl | , | 
| TestParsingMplayerFrameBasedEDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestParsingMplayerTimeBasedEDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestParsingMplayerTimeBasedInterleavedCutsEDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestParsingMplayerTimeBasedMixedEDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestParsingVideoRedoEDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestRuntimeSetEDL | ) | 
| TEST_F | ( | TestEdl | , | 
| TestSnapStreamEDL | ) |