ILMAMixer

Methods

HRESULT SetInputLevel(LONG input, DOUBLE level)

Description

Sets the level for the specified input pin.

Parameters

input

The input pin to set (0 3).

level

The new level (0.0 to 1.0).

Returns

Return Description
S_OK Successful.
S_FALSE Otherwise.

HRESULT GetInputLevel(LONG input, DOUBLE* level)

Description

Retrieves the level for the specified input pin.

Parameters

input

The input pin to get (0 3).

level

The location to store the level.

Returns

Return Description
S_OK Successful.
S_FALSE Otherwise.

HRESULT SetOutputLevel(DOUBLE level)

Description

Sets the level for the Output pin.

Parameters

level

The new level (0.0 to 1.0).

Returns

Return Description
S_OK Successful.
S_FALSE Otherwise.

HRESULT GetOutputLevel(DOUBLE* level)

Description

Retrieves the output level.

Parameters

level

The location to store the level.

Returns

Return Description
S_OK Successful.
S_FALSE Otherwise.

HRESULT CommitSettings ()

Description

Saves the settings to the registry.

Returns

Return Description
S_OK Successful.
S_FALSE Otherwise.
Help Version 22.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.