sysaudio: move DataCallback into main.zig
This commit is contained in:
parent
936ad7bffc
commit
cb9fa97b31
3 changed files with 4 additions and 4 deletions
|
|
@ -14,6 +14,8 @@ pub const Error = Backend.Error;
|
|||
pub const Device = Backend.Device;
|
||||
pub const DeviceIterator = Backend.DeviceIterator;
|
||||
|
||||
pub const DataCallback = *const fn (device: *Device, user_data: ?*anyopaque, buffer: []u8) void;
|
||||
|
||||
pub const Mode = enum {
|
||||
input,
|
||||
output,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue