Microsoft DirectX 8.1 (C++) |
This interface provides methods for controlling the behavior of a filter graph that renders a live source. (A live source is one that streams data in real time, such as a capture device or a network broadcast). The Filter Graph Manager implements this interface.
Applications can call methods on this interface to specify how the graph handles
In addition to the methods inherited from IUnknown, the IAMGraphStreams interface exposes the following methods.
Method | Description |
FindUpstreamInterface | Searches upstream from the specified pin for a pin or filter that supports the specified interface. |
SyncUsingStreamOffset | Enables or disables synchronization using time-stamp offsets. |
SetMaxGraphLatency | Sets the maximum latency for the graph. |