BufferLinesMix Method (IMFAudioBuffer)
line from which audio is mixed
line to which audio is mixed
mixed samples
start gain in dB for "from" line
end gain in dB for "from" line
start gain in dB for "to" line
end gain in dB for "to" line
list of input audio channels, for example "0,1,2,3"
list of output audio channels, for example "0,3,2,1"
Mixes audio from buffer lines
Syntax

Parameters

_bsLineFrom
line from which audio is mixed
_bsLineTo
line to which audio is mixed
_plSamplesMix
mixed samples
_dblGainFromStartDb
start gain in dB for "from" line
_dblGainFromEndDb
end gain in dB for "from" line
_dblGainToStartDb
start gain in dB for "to" line
_dblGainToEndDb
end gain in dB for "to" line
_bsChannelsListIn
list of input audio channels, for example "0,1,2,3"
_bsChannelsListOut
list of output audio channels, for example "0,3,2,1"
See Also

Reference

IMFAudioBuffer Interface
IMFAudioBuffer Members