XT-Audio
Data Fields
XtAttributes Struct Reference

Sample type attributes. More...

#include <Structs.h>

Data Fields

int32_t size
 Sample size in bytes. More...
 
int32_t count
 Number of elements used to represent this sample in a buffer. 3 for 24-bit float, 1 for other types. More...
 
XtBool isFloat
 Indicates whether samples are integer or floating point. More...
 
XtBool isSigned
 Indicates whether samples are signed or unsigned. More...
 

Detailed Description

Sample type attributes.

See also
XtAudioGetSampleAttributes

Field Documentation

XtAttributes::count

Number of elements used to represent this sample in a buffer. 3 for 24-bit float, 1 for other types.

XtAttributes::isFloat

Indicates whether samples are integer or floating point.

XtAttributes::isSigned

Indicates whether samples are signed or unsigned.

XtAttributes::size

Sample size in bytes.


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