Partager via


IAMAnalogVideoEncoder::get_TVFormat

 
Microsoft DirectShow 9.0

IAMAnalogVideoEncoder::get_TVFormat

  • Note   The IAMAnalogVideoEncoder interface is deprecated.

The get_TVFormat method retrieves the analog video standard that the encoder is currently set to (NTSC/M, PAL/B, SECAM/K1, and so on).

Syntax

  HRESULT get_TVFormat(
  long *plAnalogVideoStandard
);

Parameters

plAnalogVideoStandard

[out]  Specifies a pointer to a long integer to receive the encoder's current video standard.

Return Values

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

Remarks

Possible values and their meaning are defined in the AnalogVideoStandard enumeration.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also