Microsoft DirectX 9.0

IAMLine21Decoder::SetOutputFormat

The SetOutputFormat method sets the Line 21 Decoder filter's output format.

This method is currently not implemented.

Syntax

HRESULT SetOutputFormat(
  LPBITMAPINFO lpbmi
);

Parameters

lpbmi

Pointer to a BITMAPINFO structure that describes the output format.

Return Values

Returns E_NOTIMPL.

See Also