Top | ![]() |
![]() |
![]() |
![]() |
AgsResizeAudio * | ags_resize_audio_new () |
#define | AGS_IS_RESIZE_AUDIO() |
#define | AGS_IS_RESIZE_AUDIO_CLASS() |
#define | AGS_RESIZE_AUDIO() |
#define | AGS_RESIZE_AUDIO_CLASS() |
#define | AGS_RESIZE_AUDIO_GET_CLASS() |
GType | ags_resize_audio_get_type () |
AgsAudio * | audio | Read / Write |
guint | audio-channels | Read / Write |
guint | input-pads | Read / Write |
guint | output-pads | Read / Write |
AgsResizeAudio * ags_resize_audio_new (AgsAudio *audio
,guint output_pads
,guint input_pads
,guint audio_channels
);
Creates an AgsResizeAudio.
audio |
the AgsAudio to resize |
|
output_pads |
output pads |
|
input_pads |
input pads |
|
audio_channels |
audio channels |
Since: 0.4
#define AGS_IS_RESIZE_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RESIZE_AUDIO))
#define AGS_IS_RESIZE_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RESIZE_AUDIO))
#define AGS_RESIZE_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESIZE_AUDIO, AgsResizeAudio))
#define AGS_RESIZE_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESIZE_AUDIO, AgsResizeAudioClass))
#define AGS_RESIZE_AUDIO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESIZE_AUDIO, AgsResizeAudioClass))
“audio-channels”
property“audio-channels” guint
The count of audio channels to apply to audio.
Flags: Read / Write
Default value: 0
Since: 0.7.117
“input-pads”
property“input-pads” guint
The count of input pads to apply to audio.
Flags: Read / Write
Default value: 0
Since: 0.7.117
“output-pads”
property“output-pads” guint
The count of output pads to apply to audio.
Flags: Read / Write
Default value: 0
Since: 0.7.117