Click here to Skip to main content
15,907,392 members

Comments by mYashodhar (Top 5 by date)

mYashodhar 20-Jul-12 0:01am View    
Reason for my vote of 5
I was searching for this!.. thanks alot! :)
mYashodhar 19-Jul-12 13:25pm View    
Nice! Ill try it out and let you know!.. thanks alot! I think this should work! :)
mYashodhar 19-Jul-12 13:08pm View    
I cannot expose the 'do one frame' function directly as the code is tightly coupled and as the source for decoder could be an off-site streaming server, I do not have the liberty to decide on the incoming packets and hence cannot separate the single frame function as it would mean communication and parsing the data from the server through c#; which has already been implemented in the decoder C code
mYashodhar 19-Jul-12 13:02pm View    
currently it raises an event when ever a decoded frame is available, and as its my code to manipulate, I can change this methodology if necessary
mYashodhar 19-Jul-12 10:27am View    
its my decoder and I have complete access to it.