|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "URL.h"#include "test/TestUtils.h"#include "utils/Mp4ChplReader.h"#include <gtest/gtest.h>Classes | |
| class | TestMp4ChplReader |
Functions | |
| TEST_F (TestMp4ChplReader, CanParseValidChplAtom) | |
| TEST_F (TestMp4ChplReader, ReturnsNoneWhenNoChplAtom) | |
| TEST_F (TestMp4ChplReader, FailsGracefullyOnCorruptChplAtom) | |
| TEST_F | ( | TestMp4ChplReader | , |
| CanParseValidChplAtom | |||
| ) |
| TEST_F | ( | TestMp4ChplReader | , |
| FailsGracefullyOnCorruptChplAtom | |||
| ) |
| TEST_F | ( | TestMp4ChplReader | , |
| ReturnsNoneWhenNoChplAtom | |||
| ) |