Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Saving to an Outfile Pin
David Crow17-Apr-08 4:06
David Crow17-Apr-08 4:06 
QuestionHow to convert MultiByte local code to Unicode? Pin
Jeem Ge16-Apr-08 16:03
Jeem Ge16-Apr-08 16:03 
GeneralRe: How to convert MultiByte local code to Unicode? Pin
Naveen16-Apr-08 17:46
Naveen16-Apr-08 17:46 
GeneralRe: How to convert MultiByte local code to Unicode? Pin
Hamid_RT16-Apr-08 19:37
Hamid_RT16-Apr-08 19:37 
GeneralRe: How to convert MultiByte local code to Unicode? Pin
Jeem Ge17-Apr-08 16:24
Jeem Ge17-Apr-08 16:24 
GeneralRe: How to convert MultiByte local code to Unicode? Pin
Hamid_RT17-Apr-08 19:18
Hamid_RT17-Apr-08 19:18 
GeneralAudio Signal Processing using Directshow(ISampleGrabber) - 2 Pin
Akin Ocal16-Apr-08 15:01
Akin Ocal16-Apr-08 15:01 
GeneralChanging Parameters of a DMO which added as filter in Directshow Pin
Akin Ocal16-Apr-08 14:50
Akin Ocal16-Apr-08 14:50 
I added MS ParamEqu filter ( which is a DMO ) into my graph using IDMOWrapper interface.
I want to manipulate parameters of it ( gain,bandwidth,center freq) programatically in my code.

When I searched for this , I found IMediaParams Interface ( http://msdn2.microsoft.com/en-us/library/ms785964(VS.85).aspx)

But I am not sure that it will solve my problem.

If you experienced changing parameters of a DMO fitler programatically , can you give me advices about that ?
For example I didnt understand "envelope" concept. Also sample code for using that interface would be very good.

Best Regards
GeneralLoadLibrary in a DLL Pin
ForNow16-Apr-08 14:41
ForNow16-Apr-08 14:41 
GeneralRe: LoadLibrary in a DLL Pin
Stephen Hewitt16-Apr-08 15:03
Stephen Hewitt16-Apr-08 15:03 
GeneralRe: LoadLibrary in a DLL Pin
ForNow16-Apr-08 16:45
ForNow16-Apr-08 16:45 
GeneralRe: LoadLibrary in a DLL Pin
Randor 16-Apr-08 16:50
professional Randor 16-Apr-08 16:50 
GeneralRe: LoadLibrary in a DLL Pin
ForNow16-Apr-08 17:09
ForNow16-Apr-08 17:09 
GeneralRe: LoadLibrary in a DLL Pin
Randor 16-Apr-08 17:25
professional Randor 16-Apr-08 17:25 
GeneralRe: LoadLibrary in a DLL Pin
ForNow16-Apr-08 17:39
ForNow16-Apr-08 17:39 
GeneralRe: LoadLibrary in a DLL Pin
Randor 16-Apr-08 17:49
professional Randor 16-Apr-08 17:49 
GeneralRe: LoadLibrary in a DLL Pin
ForNow17-Apr-08 16:12
ForNow17-Apr-08 16:12 
QuestionRe: LoadLibrary in a DLL Pin
David Crow17-Apr-08 4:10
David Crow17-Apr-08 4:10 
QuestionRe: LoadLibrary in a DLL Pin
David Crow17-Apr-08 4:10
David Crow17-Apr-08 4:10 
GeneralRe: LoadLibrary in a DLL Pin
ForNow17-Apr-08 6:47
ForNow17-Apr-08 6:47 
GeneralRe: LoadLibrary in a DLL The value returned from LoadLibrary was NULL Pin
ForNow17-Apr-08 6:56
ForNow17-Apr-08 6:56 
QuestionRe: LoadLibrary in a DLL The value returned from LoadLibrary was NULL Pin
David Crow17-Apr-08 7:29
David Crow17-Apr-08 7:29 
GeneralRe: LoadLibrary in a DLL The value returned from LoadLibrary was NULL Pin
ForNow17-Apr-08 14:47
ForNow17-Apr-08 14:47 
GeneralhImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
ForNow17-Apr-08 16:16
ForNow17-Apr-08 16:16 
GeneralRe: hImagehlpDll = LoadLibrary((LPCWSTR)L"imagehlp.dll" ); this WORKED Pin
David Crow18-Apr-08 3:34
David Crow18-Apr-08 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.