AVCSTRM_FORMAT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// avcstrm.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-avcstrm-_avcstrm_format)

_AVCSTRM_FORMAT enumeration

Description

The AVCSTRM_FUNCTION enumeration defines the AV/C subunit stream formats supported by avcstrm.sys.

Constants

AVCSTRM_FORMAT_SDDV_NTSC

Specifies the 61883-2 specification for SD-DVCR data transmission, Standard Definition NTSC.

AVCSTRM_FORMAT_SDDV_PAL

Specifies the 61883-2 specification for SD-DVCR data transmission, Standard Definition PAL.

AVCSTRM_FORMAT_MPEG2TS

Specifies the 61883-4 specification for MPEG2-TS data transmission.

AVCSTRM_FORMAT_HDDV_NTSC

Specifies the 61883-3 specification for HD-DVCR data transmission, High Definition NTSC. This format is not supported.

AVCSTRM_FORMAT_HDDV_PAL

Specifies the 61883-3 specification for HD-DVCR data transmission, High Definition PAL. This format is not supported.

AVCSTRM_FORMAT_SDLDV_NTSC

Specifies the 61883-5 specification for SDL-DVCR data transmission. NTSC. This format is not supported.

AVCSTRM_FORMAT_SDLDV_PAL

Specifies the 61883-5 specification for SDL-DVCR data transmission. PAL. This format is not supported.

See also

AVCSTRM_FORMAT_INFO