Microsoft DirectX 9.0

FilgraphManager.RenderFile

The RenderFile method builds a filter graph that renders the specified file.

Syntax

objGraph.RenderFile(
    strFileName As String)

Parameters

strFileName

Name of the file to render.

Return Values

This method does not return a value.

Remarks

The Filter Graph Manager builds a filter graph for default playback, based on the file type.

See Also