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

C / C++ / MFC

 
Generalnetwork data security Pin
_Theo_16-May-03 1:48
_Theo_16-May-03 1:48 
GeneralRe: network data security Pin
Joseph Dempsey16-May-03 2:16
Joseph Dempsey16-May-03 2:16 
GeneralProperty page font change Pin
Arungs16-May-03 0:50
Arungs16-May-03 0:50 
General_beginthread( GetIPAddress), 0, NULL); Pin
Bonnie215-May-03 23:43
Bonnie215-May-03 23:43 
GeneralRe: _beginthread( GetIPAddress), 0, NULL); Pin
geo_m15-May-03 23:57
geo_m15-May-03 23:57 
GeneralRe: _beginthread( GetIPAddress), 0, NULL); Pin
Raphael Kindt16-May-03 0:20
Raphael Kindt16-May-03 0:20 
GeneralRe: _beginthread( GetIPAddress), 0, NULL); Pin
geo_m16-May-03 0:33
geo_m16-May-03 0:33 
Generalencoding data Pin
vancuver15-May-03 22:30
vancuver15-May-03 22:30 
i found some code on MSDN and i need to apply it to my application.

the belowe code is example of IWMEncSource::SetInput on MDSN.
this is preparation for encoding data which is form video capture card and sound card.
so the client who connect to the encoder can see what u a seeing

HRESULT hr;
IWMEncoder* pEncoder;
IWMEncSource* pAudSrc;
IWMEncSource* pVidSrc;
.....

// Specify live stream capture from the installed
// audio and video cards.

hr = pVidSrc->SetInput(L"DEVICE://Default_Video_Device");
hr = pAudSrc->SetInput(L"DEVICE://Default_Audio_Device");

// Initialize the encoder engine.

hr = pSrcGrp->PrepareToEncode(VARIANT_TRUE);

but i would like to take data from file like mpg , avi or asf instead of live.
is it possible just to change input file.
help me!!! plz

GeneralRe: encoding data Pin
Trollslayer15-May-03 23:00
mentorTrollslayer15-May-03 23:00 
QuestionMACRO which give me the line number of a cpp file?!? Pin
Raphael Kindt15-May-03 22:27
Raphael Kindt15-May-03 22:27 
AnswerRe: MACRO which give me the line number of a cpp file?!? Pin
Martyn Pearson15-May-03 22:40
Martyn Pearson15-May-03 22:40 
GeneralRe: MACRO which give me the line number of a cpp file?!? Pin
Raphael Kindt15-May-03 23:40
Raphael Kindt15-May-03 23:40 
Generaldownloading file by URL Pin
Ares215-May-03 22:18
Ares215-May-03 22:18 
GeneralRe: downloading file by URL Pin
Ares216-May-03 1:11
Ares216-May-03 1:11 
Generaltab control help!!!! Pin
summo15-May-03 20:40
summo15-May-03 20:40 
GeneralSetting Dialog Tab Order With Propertysheet Pin
John Clump15-May-03 20:25
John Clump15-May-03 20:25 
GeneralRe: Setting Dialog Tab Order With Propertysheet Pin
Martyn Pearson15-May-03 21:39
Martyn Pearson15-May-03 21:39 
GeneralRe: Setting Dialog Tab Order With Propertysheet Pin
John Clump16-May-03 22:14
John Clump16-May-03 22:14 
GeneralRe: Setting Dialog Tab Order With Propertysheet Pin
Gary R. Wheeler17-May-03 4:55
Gary R. Wheeler17-May-03 4:55 
GeneralDisplay mirror drivers Pin
vikramlinux15-May-03 19:15
vikramlinux15-May-03 19:15 
GeneralDestructor Order Pin
Andrew Walker15-May-03 17:20
Andrew Walker15-May-03 17:20 
GeneralRe: Destructor Order Pin
Taka Muraoka15-May-03 18:58
Taka Muraoka15-May-03 18:58 
GeneralRe: Destructor Order Pin
Vikram A Punathambekar16-May-03 0:12
Vikram A Punathambekar16-May-03 0:12 
GeneralRe: Destructor Order Pin
Andrew Walker16-May-03 1:35
Andrew Walker16-May-03 1:35 
Generalerror C2601: 'CreateArrayOfRandomNumbers' : local function definitions are illegal Pin
linex15-May-03 17:16
linex15-May-03 17:16 

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.