diff options
Diffstat (limited to 'include/media/nbaio/NBAIO.h')
-rw-r--r-- | include/media/nbaio/NBAIO.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/nbaio/NBAIO.h b/include/media/nbaio/NBAIO.h index 4150a09..cdeb4ca 100644 --- a/include/media/nbaio/NBAIO.h +++ b/include/media/nbaio/NBAIO.h @@ -66,6 +66,7 @@ size_t Format_frameSize(const NBAIO_Format& format); size_t Format_frameBitShift(const NBAIO_Format& format); // Convert a sample rate in Hz and channel count to an NBAIO_Format +// FIXME The sample format is hard-coded to AUDIO_FORMAT_PCM_16_BIT NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount); // Return the sample rate in Hz of an NBAIO_Format |