| 
    XT-Audio
    
   | 
 
Stream parameters specific to regular (non-aggregated) audio streams. More...
#include <Structs.h>
Data Fields | |
| XtStreamParams | stream | 
| Specifies (non)interleaved access mode and application callbacks.  More... | |
| XtFormat | format | 
| The audio format (must be supported).  More... | |
| double | bufferSize | 
| The desired buffer size in milliseconds (will be truncated to the supported range).  More... | |
Stream parameters specific to regular (non-aggregated) audio streams.
| XtDeviceStreamParams::bufferSize | 
The desired buffer size in milliseconds (will be truncated to the supported range).
Use XtDeviceGetBufferSize to query supported buffer sizes.
| XtDeviceStreamParams::format | 
The audio format (must be supported).
| XtDeviceStreamParams::stream | 
Specifies (non)interleaved access mode and application callbacks.
 1.8.10