Searched refs:testM3u8 (Results 1 – 2 of 2) sorted by relevance
46 double duration = testM3u8->GetDuration();47 bool isLive = testM3u8->IsLive();54 EXPECT_EQ(testM3u8->GetDuration(), 0.0);419 testM3u8->ParseKey(attributesTag);423 ASSERT_EQ(*(testM3u8->method_), *testStr);425 ASSERT_EQ(*(testM3u8->keyUri_), *testStr1);436 ASSERT_EQ(testM3u8->key_[i], data[i]);440 ASSERT_EQ(testM3u8->keyLen_, sizeof(data));458 testM3u8->StoreDrmInfos(drmInfo);470 testM3u8->ProcessDrmInfos();[all …]
53 std::shared_ptr<M3U8> testM3u8 = std::make_shared<M3U8>(testUri, testName); variable