summaryrefslogtreecommitdiffstats
path: root/tinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h')
-rwxr-xr-xtinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/tinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h b/tinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h
index c7b1954..f278b4c 100755
--- a/tinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h
+++ b/tinyDAV/include/tinydav/audio/coreaudio/tdav_consumer_audioqueue.h
@@ -1,18 +1,18 @@
/*
* Copyright (C) 2010-2015 Mamadou DIOP.
- *
+ *
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
@@ -40,16 +40,15 @@ TDAV_BEGIN_DECLS
# define CoreAudioPlayBuffers 3
#endif
-typedef struct tdav_consumer_audioqueue_s
-{
- TDAV_DECLARE_CONSUMER_AUDIO;
-
- tsk_bool_t started;
-
+typedef struct tdav_consumer_audioqueue_s {
+ TDAV_DECLARE_CONSUMER_AUDIO;
+
+ tsk_bool_t started;
+
AudioStreamBasicDescription description;
AudioQueueRef queue;
AudioQueueBufferRef buffers[CoreAudioPlayBuffers];
-
+
tsk_size_t buffer_size;
}
tdav_consumer_audioqueue_t;
OpenPOWER on IntegriCloud