Method

AgsAudioFrequencyMapManagerfind_factorized_frequency_map

since: 3.0.0

Declaration [src]

AgsFrequencyMap*
ags_frequency_map_manager_find_factorized_frequency_map (
  AgsFrequencyMapManager* frequency_map_manager,
  guint samplerate,
  guint buffer_size
)

Description [src]

Find AgsFrequencyMap by samplerate and buffer_size.

Available since: 3.0.0

Parameters

samplerate

Type: guint

The samplerate to match.

buffer_size

Type: guint

The buffer size 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.