Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Create Mail in Outlook Inbox (not for sending) Pin
David Crow7-Jun-07 7:01
David Crow7-Jun-07 7:01 
QuestionRe: Create Mail in Outlook Inbox (not for sending) Pin
gunkel7-Jun-07 8:17
gunkel7-Jun-07 8:17 
Questionwriting ftp program using win23 api Pin
Jayapal Chandran7-Jun-07 0:04
Jayapal Chandran7-Jun-07 0:04 
AnswerRe: writing ftp program using win23 api Pin
Paresh Chitte7-Jun-07 1:23
Paresh Chitte7-Jun-07 1:23 
AnswerRe: writing ftp program using win23 api Pin
Programm3r7-Jun-07 1:50
Programm3r7-Jun-07 1:50 
QuestionRe: writing ftp program using win23 api Pin
David Crow7-Jun-07 3:50
David Crow7-Jun-07 3:50 
QuestionSet password to mdb file Pin
RockyJames7-Jun-07 0:03
RockyJames7-Jun-07 0:03 
AnswerRe: Set password to mdb file Pin
David Crow7-Jun-07 4:05
David Crow7-Jun-07 4:05 
Questioncheck how many variable arguments are passed? Pin
hansipet6-Jun-07 23:47
hansipet6-Jun-07 23:47 
AnswerRe: check how many variable arguments are passed? Pin
BadKarma6-Jun-07 23:49
BadKarma6-Jun-07 23:49 
AnswerRe: check how many variable arguments are passed? Pin
Roger Stoltz7-Jun-07 0:29
Roger Stoltz7-Jun-07 0:29 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 0:58
hansipet7-Jun-07 0:58 
GeneralRe: check how many variable arguments are passed? Pin
CPallini7-Jun-07 1:39
mveCPallini7-Jun-07 1:39 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 2:38
hansipet7-Jun-07 2:38 
GeneralRe: check how many variable arguments are passed? Pin
CPallini7-Jun-07 2:59
mveCPallini7-Jun-07 2:59 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 3:13
hansipet7-Jun-07 3:13 
GeneralRe: check how many variable arguments are passed? Pin
CPallini7-Jun-07 3:24
mveCPallini7-Jun-07 3:24 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 3:43
hansipet7-Jun-07 3:43 
GeneralRe: check how many variable arguments are passed? Pin
CPallini7-Jun-07 3:57
mveCPallini7-Jun-07 3:57 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 4:03
hansipet7-Jun-07 4:03 
GeneralRe: check how many variable arguments are passed? Pin
Roger Stoltz7-Jun-07 4:03
Roger Stoltz7-Jun-07 4:03 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 5:46
hansipet7-Jun-07 5:46 
GeneralRe: check how many variable arguments are passed? Pin
Roger Stoltz7-Jun-07 6:42
Roger Stoltz7-Jun-07 6:42 
QuestionHook Procedure not working when window is minimized Pin
Jayapal Chandran6-Jun-07 23:41
Jayapal Chandran6-Jun-07 23:41 
QuestionManaging Bitrate through Programming Pin
Andy Rama6-Jun-07 23:22
Andy Rama6-Jun-07 23:22 
Hi to All,
How to manage Bitrate through Programming?

In my application during runtime, I am generating some data & transfering it to (any type of) Output (like IP Output, any type of Output Card, or writting a File). I have done it, but I want to transfer data at particular Bitrate to the Output.

Consider that I am sending generated data to IP, so how I can achieve it's transfer at particular bitrate?
When I was trying to transfer data at 2Mbps OR 3Mbps using MachineCycles & Sleep(1) at getting output bitrate as 749 Kbps with 1% Processing. But when I remove Sleep(1) I am getting out bitrate as 1.9Mbps OR 2.9 Mbps (respectively), with 61% of Procssing.

What is the solution to achieve bitrate transfer with low Processing?

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.