summaryrefslogtreecommitdiffstats
path: root/include/media/nbaio/NBAIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/nbaio/NBAIO.h')
-rw-r--r--include/media/nbaio/NBAIO.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/nbaio/NBAIO.h b/include/media/nbaio/NBAIO.h
index 5278bf8..be0c15b 100644
--- a/include/media/nbaio/NBAIO.h
+++ b/include/media/nbaio/NBAIO.h
@@ -54,11 +54,12 @@ enum {
// too large, then this decision should be re-visited.
// Sample rate and channel count are explicit, PCM interleaved 16-bit is assumed.
struct NBAIO_Format {
+// FIXME make this a class, and change Format_... global methods to class methods
//private:
unsigned mSampleRate;
unsigned mChannelCount;
audio_format_t mFormat;
- ssize_t mFrameSize;
+ size_t mFrameSize;
};
extern const NBAIO_Format Format_Invalid;