_DVENCODERFORMAT enumeration (strmif.h)

Indicates the digital video (DV) format.

Syntax

typedef enum _DVENCODERFORMAT {
  DVENCODERFORMAT_DVSD = 2007,
  DVENCODERFORMAT_DVHD = 2008,
  DVENCODERFORMAT_DVSL = 2009
} ;

Constants

 
DVENCODERFORMAT_DVSD
Value: 2007
Use the 'dvsd' stream handler.
DVENCODERFORMAT_DVHD
Value: 2008
Use the 'dvhd' stream handler.
DVENCODERFORMAT_DVSL
Value: 2009
Use the 'dvsl' stream handler.

Remarks

This enumeration specifies the fccType member of the AVI stream header. For more information, see DV Data in the AVI File Format.

Requirements

   
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types

IDVEnc Interface