Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.Asio.Asio64Bit Struct Reference

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...

Collaboration diagram for NAudio.Wave.Asio.Asio64Bit:

Public Attributes

uint hi
 most significant bits (Bits 32..63)
 
uint lo
 least significant bits (Bits 0..31)
 

Detailed Description

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.

Member Data Documentation

◆ hi

uint NAudio.Wave.Asio.Asio64Bit.hi

most significant bits (Bits 32..63)

◆ lo

uint NAudio.Wave.Asio.Asio64Bit.lo

least significant bits (Bits 0..31)


The documentation for this struct was generated from the following file: