AVEncAudioMapDestChannelN Property
Microsoft DirectShow 9.0 |
AVEncAudioMapDestChannelN Property
Specifies which audio channel is mapped to channel N in the encoded audio stream.
Property GUID
See Remarks.
Data Type
UINT32 (VT_UI4)
Possible Values
Audio channels are indexed from zero. The valid range for this property is 0 to 15.
Remarks
This property is read/write.
This reference topic describes a set of related properties. Each property maps an input channel to a specified output channel. The following properties are defined.
Property GUID | Description |
CODECAPI_AVEncAudioMapDestChannel0 | Destination channel 0. |
CODECAPI_AVEncAudioMapDestChannel1 | Destination channel 1. |
CODECAPI_AVEncAudioMapDestChannel2 | Destination channel 2. |
CODECAPI_AVEncAudioMapDestChannel3 | Destination channel 3. |
CODECAPI_AVEncAudioMapDestChannel4 | Destination channel 4. |
CODECAPI_AVEncAudioMapDestChannel5 | Destination channel 5. |
CODECAPI_AVEncAudioMapDestChannel6 | Destination channel 6. |
CODECAPI_AVEncAudioMapDestChannel7 | Destination channel 7. |
CODECAPI_AVEncAudioMapDestChannel8 | Destination channel 8. |
CODECAPI_AVEncAudioMapDestChannel9 | Destination channel 9. |
CODECAPI_AVEncAudioMapDestChannel10 | Destination channel 10. |
CODECAPI_AVEncAudioMapDestChannel11 | Destination channel 11. |
CODECAPI_AVEncAudioMapDestChannel12 | Destination channel 12. |
CODECAPI_AVEncAudioMapDestChannel13 | Destination channel 13. |
CODECAPI_AVEncAudioMapDestChannel14 | Destination channel 14. |
CODECAPI_AVEncAudioMapDestChannel15 | Destination channel 15. |
Requirements
Header: Include codecapi.h.
See Also