Managed DirectShow Programming Reference

StreamBuffer Class

[This is preliminary documentation and subject to change.]

Provides buffering of a stream, enabling it to be paused, rewined and fast forwarded.

For a list of all members of this type, see StreamBuffer Members.

System.Object
   MarshalByRefObject
      Component
         StreamBuffer

public class StreamBuffer : Component, , , ,

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This component acts as both a sink and a source and so is to be used as a kind of link between a the source it is a sink for and the sink it is a source for. It cannot be used only as a sink or a source. Only MPEG-2 program streams in push mode are supported as sources for this sink.

Requirements

Namespace: KvTv.DirectShow.Components

Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

See Also

StreamBuffer Members | KvTv.DirectShow.Components Namespace