- input pin
- A pin that accepts data into the filter.
- intelligent connect
- Logic implemented by the Filter Graph Manager in calls to IGraphBuilder methods including Connect, Render, and RenderFile. This logic automates the graph building process by determining which filters are required to render a given file or output pin, or which intermediate filters are required in order to connect two specified pins.
instructing DirectShow to insert a set of filters between the source and renderer that will do the correct media type conversions.
- interlace
- Raster scan involving frames that are composed of two fields.
- interleaving
- The arrangement of corresponding video frames and audio samples in a file. Typically, one or more frames of video data are intermixed in the file with a certain number of samples of audio data. Interleaving affects playback efficiency and the ability to stream the file.
- interpolation
- A mathematical method that generates missing or needed information by estimating intermediate values between two known values in a sequence.