Module bindings
Source - asio_import
- errors
- Asio
- A handle to the ASIO API.
- AsioBufferInfo
- Gives information about buffers
Receives pointers to buffers
- AsioStream
- A stream to ASIO.
- AsioStreams
- Input and Output streams.
- AsioTime
- A rust-usable version of the
ASIOTime type that does not contain a binary blob for fields. - AsioTimeCode
- A rust-compatible version of the
ASIOTimeCode type that does not use a binary blob for its
fields. - AsioTimeInfo
- A rust-compatible version of the
ASIOTimeInfo type that does not contain a binary blob for
fields. - CallbackId
- CallbackInfo
- Information provided to the BufferCallback.
- Channels
- Amount of input and output
channels available.
- Driver
- A handle to a single ASIO driver.
- MessageCallbackId
- SampleRate
- Sample rate of the ASIO driver.
- AsioMessageSelectors
- All the possible types from ASIO.
This is a direct copy of the asioMessage selectors
inside ASIO SDK.
- AsioSampleType
- All the possible types from ASIO.
This is a direct copy of the ASIOSampleType
inside ASIO SDK.
- DriverState
- All possible states of an ASIO
Driver instance.
- AsioSampleRate
- A rust-compatible version of the
ASIOSampleRate type that does not use a binary blob for its
fields.