working on windows

This commit is contained in:
DMSDeveloper 2018-04-22 22:23:19 +10:00 committed by mitchmindtree
parent 49968f4b82
commit 2cfd60757a
4 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -43,6 +43,7 @@ impl EventLoop {
device: &Device, device: &Device,
format: &Format, format: &Format,
) -> Result<StreamId, CreationError> { ) -> Result<StreamId, CreationError> {
/*
let stream_type = sys::get_data_type(&device.driver_name).expect("Couldn't load data type"); let stream_type = sys::get_data_type(&device.driver_name).expect("Couldn't load data type");
match sys::prepare_stream(&device.driver_name) { match sys::prepare_stream(&device.driver_name) {
Ok(stream) => { Ok(stream) => {
@ -160,6 +161,8 @@ impl EventLoop {
Err(CreationError::DeviceNotAvailable) Err(CreationError::DeviceNotAvailable)
} }
} }
*/
unimplemented!()
} }
pub fn build_output_stream( pub fn build_output_stream(