Enumerazione eAVEncMPAEmphasisType (codecapi.h)
[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation invece di DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.
Specifica il tipo di filtro di de-enfasi che deve essere utilizzato durante la decodifica. Questa enumerazione viene utilizzata con la proprietà AVEncMPAEmphasisType .
Sintassi
typedef enum eAVEncMPAEmphasisType {
eAVEncMPAEmphasisType_None = 0,
eAVEncMPAEmphasisType_50_15 = 1,
eAVEncMPAEmphasisType_Reserved = 2,
eAVEncMPAEmphasisType_CCITT_J17 = 3
} ;
Costanti
eAVEncMPAEmphasisType_None Valore: 0 Nessuno. |
eAVEncMPAEmphasisType_50_15 Valore: 1 50/15 Î1/4s. |
eAVEncMPAEmphasisType_Reserved Valore: 2 Riservato. |
eAVEncMPAEmphasisType_CCITT_J17 Valore: 3 CCITT J.17. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [app desktop | App UWP] |
Server minimo supportato | Windows 2000 Server [app desktop | App UWP] |
Intestazione | codecapi.h |