Constructor
GeglAudioFragmentnew
Declaration [src]
GeglAudioFragment*
gegl_audio_fragment_new (
int sample_rate,
int channels,
int channel_layout,
int max_samples
)
Parameters
sample_rate |
int |
No description available. | |
channels |
int |
No description available. | |
channel_layout |
int |
No description available. | |
max_samples |
int |
No description available. |
Return value
Returns: | GeglAudioFragment |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |