Method

AgsAudioFrequencyMapManagerfind_frequency_map

since: 3.0.0

Declaration [src]

AgsFrequencyMap*
ags_frequency_map_manager_find_frequency_map (
  AgsFrequencyMapManager* frequency_map_manager,
  guint samplerate,
  guint buffer_size,
  gdouble freq
)

Description [src]

Find AgsFrequencyMap by samplerate, buffer_size and freq.

Available since: 3.0.0

Parameters

samplerate

Type: guint

The samplerate to match.

buffer_size

Type: guint

The buffer size to match.

freq

Type: gdouble

The frequency to match.

Return value

Type: AgsFrequencyMap

The matching AgsFrequencyMap if found, otherwise NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.