Xeno-rat
|
ASIO 64 bit value Unfortunately the ASIO API was implemented it before compiler supported consistently 64 bit integer types. By using the structure the data layout on a little-endian system like the Intel x86 architecture will result in a "non native" storage of the 64 bit data. The most significant 32 bit are stored first in memory, the least significant bits are stored in the higher memory space. However each 32 bit is stored in the native little-endian fashion. More...
Public Attributes | |
uint | hi |
most significant bits (Bits 32..63) | |
uint | lo |
least significant bits (Bits 0..31) | |
ASIO 64 bit value Unfortunately the ASIO API was implemented it before compiler supported consistently 64 bit integer types. By using the structure the data layout on a little-endian system like the Intel x86 architecture will result in a "non native" storage of the 64 bit data. The most significant 32 bit are stored first in memory, the least significant bits are stored in the higher memory space. However each 32 bit is stored in the native little-endian fashion.
uint NAudio.Wave.Asio.Asio64Bit.hi |
most significant bits (Bits 32..63)
uint NAudio.Wave.Asio.Asio64Bit.lo |
least significant bits (Bits 0..31)