Ben 做的懶人包在這裡,然後要build IHTX的話,會需要Microsoft Platform SDK for Windows Server 2003 R2 ,都可以一起參考
http://192.168.10.12/VC8/2003/index.html
2008年9月3日 星期三
IHTX 丟file URI 進GpiProxy 的前一站
看起來是先把URI 加進GpiProxy 的PlayList,然後再另外去Call Play。
d:\projects\release\eagle\1.x\1.0b042\dvd\source\ivivideowndx\playlistproxy.cpp
BOOL CPlaylistProxy::AddItemtoPlaylist(LPCTSTR lpstrItem)
{
HRESULT hr = m_pGPIPlaylist->Append(bstrItem);
}
再前一站則是
d:\projects\release\eagle\1.x\1.0b042\dvd\source\iviappiht\playbackcontrol.cpp
HRESULT CPlaybackControl::AddItemtoPlaylist(BSTR bstrPath)
{
m_pProxyPL->AddItemtoPlaylist(str);
}
訂閱:
文章 (Atom)