Contents

createDictionaryFromSampleRate

Generates a dictionary matching the given sample rate.

Declaration

static OSDictionary *createDictionaryFromSampleRate(
 const IOAudioSampleRate *sampleRate,
 OSDictionary *rateDict = 0);

Return Value

Returns the newly create OSDictionary.

Overview

This is an internal routine used to generate a dictionary matching the given sample rate. It is used to generate a sample rate dictionary for the I/O Registry - used by the CoreAudio.framework.

See Also

Miscellaneous