Hi,
I am doing a USB Avstream Device Driver, I wanted to stream MPEG2 TS data
through USB to be played on PC using directshow.
I am using a pin centric approach in the avstream, my question is, how do i
let the upper layer graph builder knows about the format of the upcoming data
format (eg. MPEG2 TS) .... i could do it in onSetDataFormat() and
IntersectHandler() in the Pin class right?? How do i do it?
I am quite new to this, any cautions on TS streams also greatly
appreciated.
Is there any sample in the DDK that show this ?
Thanks
--
--------------------------------------------
William