eAVEncMuxOutput enumeration
Specifies the type of output stream produced by a multiplexer. This enumeration is used with the AVEncMuxOutputStreamType property.
Syntax
enum eAVAudioChannelConfig {
eAVEncMuxOutputAuto = 1,
eAVEncMuxOutputPS = 2,
eAVEncMuxOutputTS = 3
};
Constants
- eAVEncMuxOutputAuto
-
The multiplexer automatically selects whether to output an elementary stream, a program stream, or a transport stream.
- eAVEncMuxOutputPS
-
The multiplexer outputs a program stream.
- eAVEncMuxOutputTS
-
The multiplexer outputs a transport stream.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
See also