you are right; with stdcall it works perfectly, sorry for that
at the moment I am still using BDA.dev - to be honest, up to now I couldn't see any difference
since I do not know whether further information can be provided publicly, I send you a pm
yes, of course, from inside a module I just took your example.... the streamcallback function is executed without errors and the code inside is executed (for the beginning I am just writing the Inlen and Inbuf either to a file or to a richedit field) as I said, before I made it with DDMODAPI_START_F...
thank you for uploading however, it doesn't work; I do not get any TS package, no sync byte is even present the bytearrays I receive are almost constant, even the length of the input data (InLen) is strange I am not sure where the error is (maybe it is me? :oops: ) with BDA 3.0.84 InLen = 5857632 (b...
Hi, I want to edit a non-dvb conform stream, but I cannot even get the stream from the tuner. Is there any example for DDMODAPI_SET_STREAM_CB? I succeeded in programming what I want using filter (DDMODAPI_START_FILTER) and writing to a file, but I want to have this in "real-time". Furthermore, is it...