これどうだろう?録画はできたけど
@@ -100,7 +100,7 @@
m_MediaTee.SetOutputDecoder(&m_CaptionDecoder, 1);
m_LogoDownloader.SetOutputDecoder(&m_TsSelector);
m_TsSelector.SetOutputDecoder(&m_FileWriter);
- m_CasProcessor.SetOutputDecoder(&m_CaptionDecoder);
+ m_CasProcessor.SetOutputDecoder(&m_MediaTee);
m_CasProcessor.EnableDescramble(bDescramble);
m_bDescramble = bDescramble;
m_CaptionDecoder.SetOutputDecoder(&m_MediaGrabber);
@@ -969,11 +969,11 @@
void CDtvEngine::ConnectCasProcessor()
{
- m_MediaTee.SetOutputDecoder(&m_CasProcessor, 1);
+ m_TsAnalyzer.SetOutputDecoder(&m_CasProcessor);
}
void CDtvEngine::DisconnectCasProcessor()
{
- m_MediaTee.SetOutputDecoder(&m_CaptionDecoder, 1);
+ m_TsAnalyzer.SetOutputDecoder(&m_MediaTee);
}