Index Topic Contents | |||
Previous Topic: R Next Topic: T |
S
- saturation
- Color purity. For example, a color that is completely blue has a 100% saturation, while white, which is composed of all colors, has a zero saturation.
- SECAM
- Analog composite color television standard, with a rate of 25 frames per second, and 50 fields per second. Much of Europe, Australia, and other parts of the world use SECAM. See also NTSC and PAL.
- seekable renderer
- A renderer that reports EC_COMPLETE once when all seekable streams on that filter have reached the end of the stream. A seekable renderer is a renderer that supports the IMediaPosition object from the filter and has only input pins, or is a renderer whose input pins report that they are rendered. If the filters in a filter graph detect the end of the stream, the filters report it with the EC_COMPLETE event notification. The filter graph asks filters if they can report EC_COMPLETE through a seekable renderer.
- servo
- The electromechanical system that maintains the proper speed and phase of a VCR's video head and tape transport.
- sink file
- The current file into which media samples will be written.
- source filter
- A filter that takes data from some source such as the hard drive, network, or the Internet, and introduces it into the filter graph.
- stream notification
- An event that occurs in the media stream and is passed from one filter to the next.
- stream time
- A time that represents the time the since the filter graph was last started. By definition, stream time is equivalent to reference time minus start time when the graph is running. Stream time is relevant only within a running filter graph. When a filter graph is run, each filter is passed a start time based on the reference clock, and the packets of data that a filter receives will usually be time-stamped with the stream time.
- subtype (media type)
- A GUID value that describes the specific format of media data for a data stream. Typical values include MEDIASUBTYPE_MJPG, MEDIASUBTYPE_RGB8, MEDIASUBTYPE_RGB565, MEDIASUBTYPE_MPEGPacket, MEDIASUBTYPE_Avi, and MEDIASUBTYPE_WAVE. See AM_MEDIA_TYPE for more information.
- sync source
- See reference clock.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.