Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
c6aac762
Commit
c6aac762
authored
Sep 10, 2017
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add placeholder variables in preparation for exclusive mode support.
parent
4cbeff8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mini_al.h
mini_al.h
+2
-0
No files found.
mini_al.h
View file @
c6aac762
...
@@ -531,6 +531,7 @@ typedef struct
...
@@ -531,6 +531,7 @@ typedef struct
mal_channel
channelMap
[
MAL_MAX_CHANNELS
];
mal_channel
channelMap
[
MAL_MAX_CHANNELS
];
mal_uint32
bufferSizeInFrames
;
mal_uint32
bufferSizeInFrames
;
mal_uint32
periods
;
mal_uint32
periods
;
mal_bool32
preferExclusiveMode
;
mal_recv_proc
onRecvCallback
;
mal_recv_proc
onRecvCallback
;
mal_send_proc
onSendCallback
;
mal_send_proc
onSendCallback
;
mal_stop_proc
onStopCallback
;
mal_stop_proc
onStopCallback
;
...
@@ -738,6 +739,7 @@ struct mal_device
...
@@ -738,6 +739,7 @@ struct mal_device
mal_thread
thread
;
mal_thread
thread
;
mal_result
workResult
;
// This is set by the worker thread after it's finished doing a job.
mal_result
workResult
;
// This is set by the worker thread after it's finished doing a job.
mal_uint32
flags
;
// MAL_DEVICE_FLAG_*
mal_uint32
flags
;
// MAL_DEVICE_FLAG_*
mal_bool32
exclusiveMode
:
1
;
mal_format
internalFormat
;
mal_format
internalFormat
;
mal_uint32
internalChannels
;
mal_uint32
internalChannels
;
mal_uint32
internalSampleRate
;
mal_uint32
internalSampleRate
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment