Microsoft DirectX 8.0 |
The BDA SLIP Deframer is a kernel-mode filter that can be used in either BDA or non-BDA analog television graphs where SLIP de-framing of IP data (such as that found on the NABTS VBI scan lines) is required. It connects upstream to the NABTS/FEC VBI Codec and downstream to BDA IP Sink, which makes the IP packets available to interested applications via Winsock. There are no application-callable interfaces on the BDA SLIP Deframer. In digital television graphs, the BDA MPE Filter is used to extract the IP packets from the data stream.
The BDA SLIP Deframer appears in GraphEdit under the "BDA Receiver Component" category. Because this is a kernel-mode filter, applications cannot co-create it directly, but must use the System Device Enumerator to instantiate it, as described in Enumerating Devices and Filters. This filter must be added to the graph manually using the IFilterGraph::AddFilter method; the Capture Graph Builder cannot be used to add this filter to the graph.