Click here to Skip to main content
15,909,332 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Removing Redundant Functions Pin
David Crow22-Jun-07 4:45
David Crow22-Jun-07 4:45 
AnswerRe: Removing Redundant Functions Pin
[d3m0n]22-Jun-07 5:09
[d3m0n]22-Jun-07 5:09 
QuestionRe: Removing Redundant Functions Pin
David Crow22-Jun-07 5:52
David Crow22-Jun-07 5:52 
AnswerRe: Removing Redundant Functions Pin
Arris7422-Jun-07 7:47
Arris7422-Jun-07 7:47 
AnswerRe: Removing Redundant Functions Pin
[d3m0n]22-Jun-07 8:01
[d3m0n]22-Jun-07 8:01 
QuestionVideo Rendering using DirectShow Pin
Maynka22-Jun-07 2:25
Maynka22-Jun-07 2:25 
AnswerRe: Video Rendering using DirectShow Pin
Mark Salsbery22-Jun-07 6:07
Mark Salsbery22-Jun-07 6:07 
GeneralRe: Video Rendering using DirectShow Pin
Maynka22-Jun-07 21:38
Maynka22-Jun-07 21:38 
Hi Mike,
Thanks for your reply.

Actually it is C++ only and these indeed are the right calls.In RenderStream i am calling another RenderStream function which is indeed taking 5 parameters.I have attached camcorder through Fusion HDTV card to my system and is getting the video being captured being displayed.

I used GraphEdit and saw the follwing process going on:

TvTuner-->TvAudio-->Crossbar-->FusionHDTV-->Video Renderer

Now if i don't want to use RenderStream function how will i be able to get the video displayed.

If i can get the filters of all the above and then connect them in the filter graph then if i will be able to get the video displayed.

e.g i can add the Crossbar filter using the given below code:

CHECK_HRESULT(AddFilterByName( AM_KSCATEGORY_CROSSBAR, bstrDeviceName, &pCrossbarFilter));

Or is there any method to accomplish above
Thanks and Regards,
Mayank
QuestionResizing list control with window and splitter control Pin
neha.agarwal2722-Jun-07 1:25
neha.agarwal2722-Jun-07 1:25 
AnswerRe: Resizing list control with window and splitter control Pin
Rajkumar R22-Jun-07 2:13
Rajkumar R22-Jun-07 2:13 
AnswerRe: Resizing list control with window and splitter control Pin
Iain Clarke, Warrior Programmer22-Jun-07 3:09
Iain Clarke, Warrior Programmer22-Jun-07 3:09 
QuestionWin 32 DLL in WIN 16 platform Pin
Krishnatv22-Jun-07 1:03
Krishnatv22-Jun-07 1:03 
AnswerRe: Win 32 DLL in WIN 16 platform Pin
rrrado22-Jun-07 2:16
rrrado22-Jun-07 2:16 
QuestionRe: Win 32 DLL in WIN 16 platform Pin
Mark Salsbery22-Jun-07 6:09
Mark Salsbery22-Jun-07 6:09 
QuestionPorts status on remote system Pin
kvrnkiran22-Jun-07 0:33
kvrnkiran22-Jun-07 0:33 
Questiondefault printer Pin
Archyami22-Jun-07 0:08
Archyami22-Jun-07 0:08 
AnswerRe: default printer Pin
Iain Clarke, Warrior Programmer22-Jun-07 1:17
Iain Clarke, Warrior Programmer22-Jun-07 1:17 
GeneralRe: default printer Pin
Archyami22-Jun-07 15:41
Archyami22-Jun-07 15:41 
AnswerRe: default printer Pin
Hamid_RT22-Jun-07 1:59
Hamid_RT22-Jun-07 1:59 
GeneralRe: default printer Pin
Archyami22-Jun-07 15:41
Archyami22-Jun-07 15:41 
GeneralRe: default printer Pin
Hamid_RT22-Jun-07 19:27
Hamid_RT22-Jun-07 19:27 
Questiondefault printer Pin
Archyami22-Jun-07 0:06
Archyami22-Jun-07 0:06 
AnswerRe: default printer Pin
Hamid_RT22-Jun-07 2:00
Hamid_RT22-Jun-07 2:00 
QuestionVC++ DLL structure Pin
tasumisra22-Jun-07 0:00
tasumisra22-Jun-07 0:00 
AnswerRe: VC++ DLL structure Pin
Matthew Faithfull22-Jun-07 1:28
Matthew Faithfull22-Jun-07 1:28 

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.