Click here to Skip to main content
15,896,269 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: browse ... Pin
ahmad_ali26-Jun-07 6:45
ahmad_ali26-Jun-07 6:45 
GeneralRe: browse ... Pin
tasumisra26-Jun-07 20:52
tasumisra26-Jun-07 20:52 
GeneralRe: browse ... Pin
ahmad_ali26-Jun-07 22:55
ahmad_ali26-Jun-07 22:55 
QuestionData Types Pin
tasumisra26-Jun-07 1:34
tasumisra26-Jun-07 1:34 
AnswerRe: Data Types Pin
aatul26-Jun-07 1:41
aatul26-Jun-07 1:41 
AnswerRe: Data Types Pin
KarstenK26-Jun-07 3:27
mveKarstenK26-Jun-07 3:27 
QuestionEncode using DirectShow Pin
Maynka26-Jun-07 0:58
Maynka26-Jun-07 0:58 
AnswerRe: Encode using DirectShow Pin
Mark Salsbery26-Jun-07 6:22
Mark Salsbery26-Jun-07 6:22 
DirectShow supports ASF files (WMV, WMA, etc) indirectly by using the Media Format SDK,
as documented here: DirectShow - Windows Media Applications[^]

The Media format SDK can be found here: Windows Media Downloads[^]

In the Media Format SDK, you'll find there's a network writer sink that you can use. Here's
an example of the documentation: Sending ASF Data Over a Network[^]

Since you're new to directShow, you probably have some studying to do so you understand how
to link DirectShow, which handles capturing and rendering, and the Media Format SDK, which handles
compression, decompression, and (limited) network communication. Hopefully these links will get
you started!

Have fun!
Mark


"Go that way, really fast. If something gets in your way, turn."

QuestionHow to use exported classes from DLL without using header. Pin
aatul26-Jun-07 0:48
aatul26-Jun-07 0:48 
AnswerRe: How to use exported classes from DLL without using header. Pin
Cedric Moonen26-Jun-07 0:51
Cedric Moonen26-Jun-07 0:51 
AnswerRe: How to use exported classes from DLL without using header. Pin
Iain Clarke, Warrior Programmer26-Jun-07 1:19
Iain Clarke, Warrior Programmer26-Jun-07 1:19 
AnswerRe: How to use exported classes from DLL without using header. Pin
aatul26-Jun-07 1:24
aatul26-Jun-07 1:24 
GeneralRe: How to use exported classes from DLL without using header. Pin
Cedric Moonen26-Jun-07 1:29
Cedric Moonen26-Jun-07 1:29 
AnswerRe: How to use exported classes from DLL without using header. Pin
Rajkumar R26-Jun-07 2:24
Rajkumar R26-Jun-07 2:24 
AnswerRe: How to use exported classes from DLL without using header. Pin
dfz26-Jun-07 5:33
dfz26-Jun-07 5:33 
GeneralRe: How to use exported classes from DLL without using header. Pin
Iain Clarke, Warrior Programmer26-Jun-07 6:00
Iain Clarke, Warrior Programmer26-Jun-07 6:00 
QuestionLicense problem Pin
Suneet.0326-Jun-07 0:39
Suneet.0326-Jun-07 0:39 
QuestionTesting tool Pin
spsharma26-Jun-07 0:30
spsharma26-Jun-07 0:30 
QuestionRe: Testing tool Pin
Hans Dietrich26-Jun-07 2:40
mentorHans Dietrich26-Jun-07 2:40 
AnswerRe: Testing tool Pin
spsharma26-Jun-07 3:06
spsharma26-Jun-07 3:06 
QuestionHow to change the background of mainframe and status bar - Urgent Pin
BlrBoy26-Jun-07 0:16
BlrBoy26-Jun-07 0:16 
AnswerRe: How to change the background of mainframe and status bar - Urgent Pin
Christian Graus26-Jun-07 0:38
protectorChristian Graus26-Jun-07 0:38 
GeneralRe: How to change the background of mainframe and status bar - Urgent Pin
BlrBoy26-Jun-07 0:47
BlrBoy26-Jun-07 0:47 
QuestionRe: How to change the background of mainframe and status bar - Urgent Pin
Mark Salsbery26-Jun-07 6:26
Mark Salsbery26-Jun-07 6:26 
QuestionC++ File Pin
T.RATHA KRISHNAN25-Jun-07 23:59
T.RATHA KRISHNAN25-Jun-07 23:59 

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.