<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_LOCKFORPROCESS_BUFFER_PARAMETERS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_LOCKFORPROCESS_BUFFER_PARAMETERS::pFormat']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_LOCKFORPROCESS_BUFFER_PARAMETERS::MaxFrameCount']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO']/*"/>
Queries if a specific input format is supported for a given output format.
</summary>
<paramname="outputFormat">Output format.</param>
<paramname="requestedInputFormat">Input format to check for being supported.</param>
<paramname="supportedInputFormat"> If not NULL, and the input format is not supported for the given output format, ppSupportedInputFormat returns a pointer to the closest input format that is supported. Use {{XAPOFree}} to free the returned structure. </param>
<paramname="requestedOutputFormat">[in] Output format to check for being supported. </param>
<paramname="supportedOutputFormat">[out] If not NULL and the output format is not supported for the given input format, ppSupportedOutputFormat returns a pointer to the closest output format that is supported. Use {{XAPOFree}} to free the returned structure. </param>
Called by XAudio2 to lock the input and output configurations of an XAPO allowing it to
do any final initialization before {{Process}} is called on the realtime thread.
</summary>
<paramname="inputLockedParameters"> Array of input <seecref="T:SharpDX.XAPO.LockParameters"/> structures.pInputLockedParameters may be NULL if InputLockedParameterCount is 0, otherwise itmust have InputLockedParameterCount elements.</param>
<paramname="outputLockedParameters"> Array of output <seecref="T:SharpDX.XAPO.LockParameters"/> structures.pOutputLockedParameters may be NULL if OutputLockedParameterCount is 0, otherwise itmust have OutputLockedParameterCount elements.</param>
Runs the XAPO's digital signal processing (DSP) code on the given input and output buffers.
</summary>
<paramname="inputProcessParameters">[in] Input array of <seecref="T:SharpDX.XAPO.BufferParameters"/> structures. </param>
<paramname="outputProcessParameters">[in, out] Output array of <seecref="T:SharpDX.XAPO.BufferParameters"/> structures. On input, the value of <seecref="T:SharpDX.XAPO.BufferParameters"/>.ValidFrameCount indicates the number of frames that the XAPO should write to the output buffer. On output, the value of <seecref="T:SharpDX.XAPO.BufferParameters"/>.ValidFrameCount indicates the actual number of frames written. </param>
<paramname="isEnabled"> TRUE to process normally; FALSE to process thru. See Remarks for additional information. </param>
<returns> a <seecref="T:SharpDX.XAPO.RegistrationProperties"/> structure containing theregistration properties the XAPO was created with; use XAPOFree to free thestructure.</returns>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPOParameters']/*"/>
Queries if a specific input format is supported for a given output format.
</summary>
<paramname="outputFormat">Output format.</param>
<paramname="requestedInputFormat">Input format to check for being supported.</param>
<paramname="supportedInputFormat"> If not NULL, and the input format is not supported for the given output format, ppSupportedInputFormat returns a pointer to the closest input format that is supported. Use {{XAPOFree}} to free the returned structure. </param>
<paramname="requestedOutputFormat">[in] Output format to check for being supported. </param>
<paramname="supportedOutputFormat">[out] If not NULL and the output format is not supported for the given input format, ppSupportedOutputFormat returns a pointer to the closest output format that is supported. Use {{XAPOFree}} to free the returned structure. </param>
Called by XAudio2 to lock the input and output configurations of an XAPO allowing it to
do any final initialization before {{Process}} is called on the realtime thread.
</summary>
<paramname="inputLockedParameters"> Array of input <seecref="T:SharpDX.XAPO.LockParameters"/> structures.pInputLockedParameters may be NULL if InputLockedParameterCount is 0, otherwise itmust have InputLockedParameterCount elements.</param>
<paramname="outputLockedParameters"> Array of output <seecref="T:SharpDX.XAPO.LockParameters"/> structures.pOutputLockedParameters may be NULL if OutputLockedParameterCount is 0, otherwise itmust have OutputLockedParameterCount elements.</param>
Runs the XAPO's digital signal processing (DSP) code on the given input and output buffers.
</summary>
<paramname="inputProcessParameters">[in] Input array of <seecref="T:SharpDX.XAPO.BufferParameters"/> structures. </param>
<paramname="outputProcessParameters">[in, out] Output array of <seecref="T:SharpDX.XAPO.BufferParameters"/> structures. On input, the value of <seecref="T:SharpDX.XAPO.BufferParameters"/>.ValidFrameCount indicates the number of frames that the XAPO should write to the output buffer. On output, the value of <seecref="T:SharpDX.XAPO.BufferParameters"/>.ValidFrameCount indicates the actual number of frames written. </param>
<paramname="isEnabled"> TRUE to process normally; FALSE to process thru. See Remarks for additional information. </param>
<returns> a <seecref="T:SharpDX.XAPO.RegistrationProperties"/> structure containing theregistration properties the XAPO was created with; use XAPOFree to free thestructure.</returns>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::GetRegistrationProperties']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::IsInputFormatSupported']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::IsOutputFormatSupported']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::Initialize']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::Reset']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::LockForProcess']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::UnlockForProcess']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::Process']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::CalcInputFrames']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPO::CalcOutputFrames']/*"/>
<paramname="requestedInputFormat">Input format to check for being supported.</param>
<paramname="supportedInputFormat"> If not NULL, and the input format is not supported for the given output format, ppSupportedInputFormat returns a pointer to the closest input format that is supported. Use {{XAPOFree}} to free the returned structure. </param>
<paramname="requestedOutputFormat">[in] Output format to check for being supported. </param>
<paramname="supportedOutputFormat">[out] If not NULL and the output format is not supported for the given input format, ppSupportedOutputFormat returns a pointer to the closest output format that is supported. Use {{XAPOFree}} to free the returned structure. </param>
Called by XAudio2 to lock the input and output configurations of an XAPO allowing it to
do any final initialization before {{Process}} is called on the realtime thread.
</summary>
<paramname="inputLockedParameters"> Array of input <seecref="T:SharpDX.XAPO.LockParameters"/> structures.pInputLockedParameters may be NULL if InputLockedParameterCount is 0, otherwise itmust have InputLockedParameterCount elements.</param>
<paramname="outputLockedParameters"> Array of output <seecref="T:SharpDX.XAPO.LockParameters"/> structures.pOutputLockedParameters may be NULL if OutputLockedParameterCount is 0, otherwise itmust have OutputLockedParameterCount elements.</param>
Runs the XAPO's digital signal processing (DSP) code on the given input and output buffers.
</summary>
<paramname="inputProcessParameters">[in] Input array of <seecref="T:SharpDX.XAPO.BufferParameters"/> structures. </param>
<paramname="outputProcessParameters">[in, out] Output array of <seecref="T:SharpDX.XAPO.BufferParameters"/> structures. On input, the value of <seecref="T:SharpDX.XAPO.BufferParameters"/>.ValidFrameCount indicates the number of frames that the XAPO should write to the output buffer. On output, the value of <seecref="T:SharpDX.XAPO.BufferParameters"/>.ValidFrameCount indicates the actual number of frames written. </param>
<paramname="isEnabled"> TRUE to process normally; FALSE to process thru. See Remarks for additional information. </param>
<returns> a <seecref="T:SharpDX.XAPO.RegistrationProperties"/> structure containing theregistration properties the XAPO was created with; use XAPOFree to free thestructure.</returns>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPOParameters']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPOParameters::SetParameters']/*"/>
<unmanaged>void IXAPOParameters::SetParameters([In, Buffer] const void* pParameters,[In] unsigned int ParameterByteSize)</unmanaged>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='IXAPOParameters::GetParameters']/*"/>
<unmanaged>void IXAPOParameters::GetParameters([Out, Buffer] void* pParameters,[In] unsigned int ParameterByteSize)</unmanaged>
</member>
<membername="T:SharpDX.XAPO.Fx.XAPOFx">
<summary>
Functions
</summary>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='SharpDX.XAPO.Fx.XAPOFx']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='CreateFX']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_PROCESS_BUFFER_PARAMETERS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_PROCESS_BUFFER_PARAMETERS::pBuffer']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_PROCESS_BUFFER_PARAMETERS::BufferFlags']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_PROCESS_BUFFER_PARAMETERS::ValidFrameCount']/*"/>
<unmanaged>unsigned int ValidFrameCount</unmanaged>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::clsid']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::FriendlyName']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::CopyrightInfo']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::MajorVersion']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::MinorVersion']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::Flags']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::MinInputBufferCount']/*"/>
<unmanaged>unsigned int MinInputBufferCount</unmanaged>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::MaxInputBufferCount']/*"/>
<unmanaged>unsigned int MaxInputBufferCount</unmanaged>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::MinOutputBufferCount']/*"/>
<unmanaged>unsigned int MinOutputBufferCount</unmanaged>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_REGISTRATION_PROPERTIES::MaxOutputBufferCount']/*"/>
<unmanaged>unsigned int MaxOutputBufferCount</unmanaged>
</member>
<membername="T:SharpDX.XAPO.BufferFlags">
<summary>
No documentation.
</summary>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_BUFFER_FLAGS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_BUFFER_SILENT']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_BUFFER_VALID']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_PROPERTY_TYPE']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_CHANNELS_MUST_MATCH']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_FRAMERATE_MUST_MATCH']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_BUFFERCOUNT_MUST_MATCH']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_INPLACE_REQUIRED']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_INPLACE_SUPPORTED']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile=".\..\Documentation\CodeComments.xml"path="/comments/comment[@id='XAPO_FLAG_DEFAULT']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXECHO_PARAMETERS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXECHO_PARAMETERS::WetDryMix']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXECHO_PARAMETERS::Feedback']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXECHO_PARAMETERS::Delay']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::FrequencyCenter0']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Gain0']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Bandwidth0']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::FrequencyCenter1']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Gain1']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Bandwidth1']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::FrequencyCenter2']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Gain2']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Bandwidth2']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::FrequencyCenter3']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Gain3']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXEQ_PARAMETERS::Bandwidth3']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXMASTERINGLIMITER_PARAMETERS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXMASTERINGLIMITER_PARAMETERS::Release']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXMASTERINGLIMITER_PARAMETERS::Loudness']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXREVERB_PARAMETERS']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXREVERB_PARAMETERS::Diffusion']/*"/>
<!-- Für folgendes Include-Tag wurden keine übereinstimmenden Elemente gefunden. --><includefile="..\..\Documentation\CodeComments.xml"path="/comments/comment[@id='FXREVERB_PARAMETERS::RoomSize']/*"/>