IBasicVideo::get_BitErrorRate

 
Microsoft DirectShow 9.0

IBasicVideo::get_BitErrorRate

The get_BitErrorRate method retrieves the approximate bit error rate of the video stream

Syntax

  HRESULT get_BitErrorRate(
  long *pBitErrorRate
);

Parameters

pBitErrorRate

[out] Pointer to a variable that receives the approximate number of bits per error.

Return Values

Returns an HRESULT value.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also