FECMethod Enumeration

 
Microsoft DirectShow 9.0

FECMethod Enumeration

Specifies the type of forward error correction being used by the provider.

Syntax

  

Members

BDA_FEC_METHOD_NOT_SET

The FEC method is not set.

BDA_FEC_METHOD_NOT_DEFINED

The FEC method is not defined.

BDA_FEC_VITERBI

The FEC is a Viterbi Binary Convolution.

BDA_FEC_RS_204_188

The FEC is Reed-Solomon 204/188 (outer FEC)

BDA_FEC_MAX

Reserved; do not use.

Requirements

  Header: Dshow.h.

See Also