AgsFxHighPassChannel
AgsFxHighPassChannel — fx high_pass channel
|
|
Stability Level
Stable, unless otherwise indicated
Implemented Interfaces
AgsFxHighPassChannel implements
AgsConnectable.
Includes
#include <ags/audio/fx/ags_fx_high_pass_channel.h>
Functions
AGS_FX_HIGH_PASS_CHANNEL()
#define AGS_FX_HIGH_PASS_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_HIGH_PASS_CHANNEL, AgsFxHighPassChannel))
AGS_FX_HIGH_PASS_CHANNEL_CLASS()
#define AGS_FX_HIGH_PASS_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_HIGH_PASS_CHANNEL, AgsFxHighPassChannelClass))
AGS_FX_HIGH_PASS_CHANNEL_GET_CLASS()
#define AGS_FX_HIGH_PASS_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_HIGH_PASS_CHANNEL, AgsFxHighPassChannelClass))
AGS_IS_FX_HIGH_PASS_CHANNEL()
#define AGS_IS_FX_HIGH_PASS_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_HIGH_PASS_CHANNEL))
AGS_IS_FX_HIGH_PASS_CHANNEL_CLASS()
#define AGS_IS_FX_HIGH_PASS_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_HIGH_PASS_CHANNEL))
ags_fx_high_pass_channel_get_type ()
GType
ags_fx_high_pass_channel_get_type ();
Types and Values
AGS_TYPE_FX_HIGH_PASS_CHANNEL
#define AGS_TYPE_FX_HIGH_PASS_CHANNEL (ags_fx_high_pass_channel_get_type())
struct AgsFxHighPassChannel
struct AgsFxHighPassChannel;
struct AgsFxHighPassChannelClass
struct AgsFxHighPassChannelClass {
AgsRecallChannelClass recall_channel;
};
Property Details
The “filter-gain”
property
“filter-gain” AgsPort *
The filter gain port.
Owner: AgsFxHighPassChannel
Flags: Read / Write
Since: 3.13.0
The “q-lin”
property
“q-lin” AgsPort *
The q-lin port.
Owner: AgsFxHighPassChannel
Flags: Read / Write
Since: 3.13.0