_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_DVSDValue: 2007 Use the 'dvsd' stream handler. |
DVENCODERFORMAT_DVHDValue: 2008 Use the 'dvhd' stream handler. |
DVENCODERFORMAT_DVSLValue: 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) |