Searched refs:GetAM (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_am.cpp1471 IWMP* GetAM() {return m_pWMP;} function in class:wxAMMediaBackend
1477 IActiveMovie* GetAM() {return m_pAM;} function in class:wxAMMediaBackend
1706 GetAM()->put_MovieWindowSize(amvDoubleOriginalSize);
1710 GetAM()->put_AutoStart(VARIANT_FALSE);
1740 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
1757 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
1787 hr = GetAM()->put_FileName( wxBasicString(location).Get() );
1822 GetAM()->put_Enabled(VARIANT_FALSE);
1823 GetAM()->put_ShowControls(VARIANT_FALSE);
1829 GetAM()
[all...]
H A Dmediactrl.cpp1475 IWMP* GetAM() { return m_pWMP; } function in class:wxAMMediaBackend
1481 IActiveMovie* GetAM() { return m_pAM; } function in class:wxAMMediaBackend
2045 if (m_parent->GetAM()->QueryInterface(IID_IActiveMovie2, (void**)&pAM2) == 0
2129 hr = m_pBE->GetAM()->get_FilterGraph(&pGB);
2328 GetAM()->put_MovieWindowSize(amvDoubleOriginalSize);
2332 GetAM()->put_AutoStart(VARIANT_FALSE);
2363 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
2380 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
2413 hr = GetAM()->put_FileName( wxBasicString(location).Get() );
2441 GetAM()
[all...]

Completed in 70 milliseconds