Share via


IAMLine21Decoder::GetOutputFormat

 
Microsoft DirectShow 9.0

IAMLine21Decoder::GetOutputFormat

The GetOutputFormat method retrieves the Line 21 Decoder filter's output format.

Syntax

  HRESULT GetOutputFormat(
  LPBITMAPINFOHEADER lpbmih
);

Parameters

lpbmih

Pointer to a caller-allocated BITMAPINFOHEADER structure.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
E_INVALIDARG Invalid argument
S_OK Success
S_FALSE The output format has not been set.

Requirements

Header: Include il21dec.h.

Library: Use Strmiids.lib.

See Also