Constructor
AgsAudioFxVolumeChannelProcessornew
since: 3.3.0
Declaration [src]
AgsFxVolumeChannelProcessor*
ags_fx_volume_channel_processor_new (
AgsChannel* channel
)
Parameters
channel
-
Type:
AgsChannel
The
AgsChannel
.The data is owned by the caller of the function.
Return value
Type: AgsFxVolumeChannelProcessor
The new AgsFxVolumeChannelProcessor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |