Describes the echo attributes.
typedef struct
{
long lDryMix;
long lWetMix;
long lDelay;
long lFeedback;
BOOL bEnabled;
long lDDryMix;
long lDWetMix;
long lDDelay;
long lDFeedback;
BOOL bDEnabled;
} ECHO_ATTRIBUTES;
Controls the level of unprocessed signals. Adjust to control the pass-through volume of the unprocessed signal.
Controls the level of processed signals. Adjust to control the pass-through volume of the processed signal.
Controls the level of the echo. Larger values result in greater delay times.
Feedback of the repeated signal, by default from -100 to 100. Zero feedback will result in only a single repeat, while nonzero feedback settings will generate numerous repeats.
Indicates whether the echo effect is enabled (TRUE) or not (FALSE).
Default Dry Mix value. Original default value is 70.
Default Wet Mix value. Original default value is 50.
Default depth value. Original default value is 500.
Default feedback value. Original default value is 25.
Default for bEnabled value. Original default value is TRUE.
Gets the number of channels per sample of the current connected media format.
Valid pointer to an integer variable to be updated with the number of channels.
Return | Description |
---|---|
S_OK | Successful. |
S_FALSE | Otherwise. |
Sets the properties for the echo effect.
ECHO_ATTRIBUTES structure that contains the attributes to set.
Return | Description |
---|---|
S_OK | Successful. |
S_FALSE | Otherwise. |
Retrieves the current echo attributes.
Valid pointer to an ECHO_ATTRIBUTES structure to be updated with the current echo attributes.
Return | Description |
---|---|
S_OK | Successful. |
S_FALSE | Otherwise. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document