|
XT-Audio
|
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... | |
Sample type attributes.
| 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.
1.8.10