Function
AgsAudioCommonPitchUtilget_destination
since: 4.0.0
[−]
Declaration [src]
gpointer
ags_common_pitch_util_get_destination (
gpointer pitch_util,
GType pitch_type
)
[−]
Parameters
pitch_util
-
Type:
gpointer
The pitch util.
The argument can be NULL
.The data is owned by the caller of the function. pitch_type
-
Type:
GType
The pitch type.
[−]
Return value
Type: gpointer
The destination of pitch_util
.
The data is owned by the called function. |
The return value can be NULL . |