eAVEncDDService enumeration (codecapi.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Specifies the audio service contained in a Dolby Digital audio stream. This enumeration is used with the AVEncDDService property.

Syntax

typedef enum eAVEncDDService {
  eAVEncDDService_CM = 0,
  eAVEncDDService_ME = 1,
  eAVEncDDService_VI = 2,
  eAVEncDDService_HI = 3,
  eAVEncDDService_D = 4,
  eAVEncDDService_C = 5,
  eAVEncDDService_E = 6,
  eAVEncDDService_VO = 7
} ;

Constants

 
eAVEncDDService_CM
Value: 0
Complete main audio service.
eAVEncDDService_ME
Value: 1
Main service: music and effects. (The main audio service minus the dialog channel.)
eAVEncDDService_VI
Value: 2
Associated service: visually impaired.
eAVEncDDService_HI
Value: 3
Associated service: hard of hearing.
eAVEncDDService_D
Value: 4
Associated service: dialog.
eAVEncDDService_C
Value: 5
Associated service: commentary.
eAVEncDDService_E
Value: 6
Associated service: emergency.
eAVEncDDService_VO
Value: 7
Associated service: voice over.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header codecapi.h

See also

Codec API Enumerations

ICodecAPI Interface