|
XT-Audio
|
Datatype to text conversions. More...
Go to the source code of this file.
Functions | |
| char const * | XtPrintCause (XtCause cause) |
| Convert a cause to a human-readable string. More... | |
| char const * | XtPrintSetup (XtSetup setup) |
| Convert a setup to a human-readable string. More... | |
| char const * | XtPrintSystem (XtSystem system) |
| Convert a system to a human-readable string. More... | |
| char const * | XtPrintSample (XtSample sample) |
| Convert a sample to a human-readable string. More... | |
| char const * | XtPrintEnumFlags (XtEnumFlags flags) |
| Convert device enumeration flags to a human-readable string. More... | |
| char const * | XtPrintErrorInfo (XtErrorInfo const *info) |
| Convert error information to a human-readable string. More... | |
| char const * | XtPrintDeviceCaps (XtDeviceCaps capabilities) |
| Convert device capabilities to a human-readable string. More... | |
| char const * | XtPrintServiceCaps (XtServiceCaps capabilities) |
| Convert service capabilities to a human-readable string. More... | |
Datatype to text conversions.
Contains functions to print datatypes to a human readably representation. Note that values returned by the XtPrint* functions are meant as a help to developers and are not intended to be shown to end users.
| const char * XtPrintCause | ( | XtCause | cause | ) |
Convert a cause to a human-readable string.
| cause | the cause value. |
This function may be called from any thread.
| const char * XtPrintDeviceCaps | ( | XtDeviceCaps | capabilities | ) |
Convert device capabilities to a human-readable string.
| capabilities | the device capabilities value. |
This function may be called from any thread.
| const char * XtPrintEnumFlags | ( | XtEnumFlags | flags | ) |
Convert device enumeration flags to a human-readable string.
| flags | the enumeration flags value. |
This function may be called from any thread.
| const char * XtPrintErrorInfo | ( | XtErrorInfo const * | error | ) |
Convert error information to a human-readable string.
| error | the error details. |
This function may be called from any thread.
| const char * XtPrintSample | ( | XtSample | sample | ) |
Convert a sample to a human-readable string.
| sample | the sample value. |
This function may be called from any thread.
| const char * XtPrintServiceCaps | ( | XtServiceCaps | capabilities | ) |
Convert service capabilities to a human-readable string.
| capabilities | the service capabilities value. |
This function may be called from any thread.
| const char * XtPrintSetup | ( | XtSetup | setup | ) |
Convert a setup to a human-readable string.
| setup | the setup value. |
This function may be called from any thread.
| const char * XtPrintSystem | ( | XtSystem | system | ) |
Convert a system to a human-readable string.
| system | the system value. |
This function may be called from any thread.
1.8.10