Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
DVENCODERFORMAT Enumeration
Indicates the digital video (DV) format.
Syntax
enum _DVENCODERFORMAT { DVENCODERFORMAT_DVSD = 2007, DVENCODERFORMAT_DVHD = 2008, DVENCODERFORMAT_DVSL = 2009 };
Members
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.
Requirements
Header: Dshow.h
See Also