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.
The AVCSTRM_FUNCTION enumeration defines the AV/C subunit stream formats supported by avcstrm.sys.
Syntax
typedef enum _AVCSTRM_FORMAT {
AVCSTRM_FORMAT_SDDV_NTSC,
AVCSTRM_FORMAT_SDDV_PAL,
AVCSTRM_FORMAT_MPEG2TS,
AVCSTRM_FORMAT_HDDV_NTSC,
AVCSTRM_FORMAT_HDDV_PAL,
AVCSTRM_FORMAT_SDLDV_NTSC,
AVCSTRM_FORMAT_SDLDV_PAL
} AVCSTRM_FORMAT;
Constants
AVCSTRM_FORMAT_SDDV_NTSCSpecifies the 61883-2 specification for SD-DVCR data transmission, Standard Definition NTSC. |
AVCSTRM_FORMAT_SDDV_PALSpecifies the 61883-2 specification for SD-DVCR data transmission, Standard Definition PAL. |
AVCSTRM_FORMAT_MPEG2TSSpecifies the 61883-4 specification for MPEG2-TS data transmission. |
AVCSTRM_FORMAT_HDDV_NTSCSpecifies the 61883-3 specification for HD-DVCR data transmission, High Definition NTSC. This format is not supported. |
AVCSTRM_FORMAT_HDDV_PALSpecifies the 61883-3 specification for HD-DVCR data transmission, High Definition PAL. This format is not supported. |
AVCSTRM_FORMAT_SDLDV_NTSCSpecifies the 61883-5 specification for SDL-DVCR data transmission. NTSC. This format is not supported. |
AVCSTRM_FORMAT_SDLDV_PALSpecifies the 61883-5 specification for SDL-DVCR data transmission. PAL. This format is not supported. |
Requirements
| Requirement | Value |
|---|---|
| Header | avcstrm.h (include Avcstrm.h) |