Microsoft DirectX 8.0 |
Indicates the digital video (DV) format.
Syntax
enum _DVENCODERFORMAT { DVENCODERFORMAT_DVSD = 2007, DVENCODERFORMAT_DVHD = 2008, DVENCODERFORMAT_DVSL = 2009 };
Elements
- DVENCODERFORMAT_DVSD
- Use the 'dvsd' stream handler.
- DVENCODERFORMAT_DVHD
- Use the 'dvhd' stream handler.
- DVENCODERFORMAT_DVSL
- 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.
See Also