diff options
author | Goran Mekić <meka@tilda.center> | 2017-04-30 11:48:36 +0200 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-04-30 12:16:01 +0200 |
commit | a9256048bf2d9ec3ff6004a6dd6bf9e3a3f88294 (patch) | |
tree | c35494c9a7b4379bc811fdf6e21b8e11408ca486 /drumgizmo/output/oss.h | |
parent | fc8d2e31e79782e219259a1ab6782a39edc18516 (diff) |
Get OSS buffer size
Diffstat (limited to 'drumgizmo/output/oss.h')
-rw-r--r-- | drumgizmo/output/oss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drumgizmo/output/oss.h b/drumgizmo/output/oss.h index 889021f..1233ec1 100644 --- a/drumgizmo/output/oss.h +++ b/drumgizmo/output/oss.h @@ -54,5 +54,6 @@ private: unsigned int format; unsigned int max_fragments; unsigned int fragment_size; + unsigned int buffer_size; std::vector<std::int32_t> data; }; |