XT-Audio
Data Fields
XtDeviceStreamParams Struct Reference

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

Detailed Description

Stream parameters specific to regular (non-aggregated) audio streams.

See also
XtDeviceOpenStream

Field Documentation

XtDeviceStreamParams::bufferSize

The desired buffer size in milliseconds (will be truncated to the supported range).

Use XtDeviceGetBufferSize to query supported buffer sizes.

See also
XtDeviceGetBufferSize
XtDeviceStreamParams::format

The audio format (must be supported).

See also
XtDeviceSupportsFormat
XtDeviceStreamParams::stream

Specifies (non)interleaved access mode and application callbacks.


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