Unit msepulseglob
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Record pa_sample_spec |
|
Record pa_channel_map |
|
Record pa_buffer_attr |
Types
uint32_t = longword; |
uint8_t = byte; |
size_t = ptruint; |
pa_usec_t = uint64; |
pa_stream_direction_t = (...); |
pa_sample_format_t = (...); |
ppa_sample_spec = ˆpa_sample_spec; |
pa_channel_map_def = (...); |
ppa_channel_map_def = ˆpa_channel_map_def; |
pa_channel_position_t = (...); |
pa_channel_position_aty = array[0..PA_CHANNELS_MAX-1] of pa_channel_position_t; |
ppa_channel_map = ˆpa_channel_map; |
ppa_buffer_attr = ˆpa_buffer_attr; |
Constants
Description
Types
uint32_t = longword; |
|
This item has no description. |
uint8_t = byte; |
|
This item has no description. |
size_t = ptruint; |
|
This item has no description. |
pa_usec_t = uint64; |
|
This item has no description. |
pa_stream_direction_t = (...); |
|
This item has no description. Values
|
pa_sample_format_t = (...); |
|
This item has no description. Values
|
ppa_sample_spec = ˆpa_sample_spec; |
|
This item has no description. |
pa_channel_map_def = (...); |
|
This item has no description. Values
|
ppa_channel_map_def = ˆpa_channel_map_def; |
|
This item has no description. |
pa_channel_position_t = (...); |
|
This item has no description. Values
|
pa_channel_position_aty = array[0..PA_CHANNELS_MAX-1] of pa_channel_position_t; |
|
This item has no description. |
ppa_channel_map = ˆpa_channel_map; |
|
This item has no description. |
ppa_buffer_attr = ˆpa_buffer_attr; |
|
This item has no description. |
Constants
PA_CHANNELS_MAX = 32; |
|
This item has no description. |
PA_RATE_MAX = (48000*4); |
|
This item has no description. |
PA_SAMPLE_S16NE = PA_SAMPLE_S16LE; |
|
This item has no description. |
PA_SAMPLE_FLOAT32NE = PA_SAMPLE_FLOAT32LE; |
|
This item has no description. |
PA_SAMPLE_S32NE = PA_SAMPLE_S32LE; |
|
This item has no description. |
PA_SAMPLE_S24NE = PA_SAMPLE_S24LE; |
|
This item has no description. |
PA_SAMPLE_S24_32NE = PA_SAMPLE_S24_32LE; |
|
This item has no description. |
PA_SAMPLE_S16RE = PA_SAMPLE_S16BE; |
|
This item has no description. |
PA_SAMPLE_FLOAT32RE = PA_SAMPLE_FLOAT32BE; |
|
This item has no description. |
PA_SAMPLE_S32RE = PA_SAMPLE_S32BE; |
|
This item has no description. |
PA_SAMPLE_S24RE = PA_SAMPLE_S24BE; |
|
This item has no description. |
PA_SAMPLE_S24_32RE = PA_SAMPLE_S24_32BE; |
|
This item has no description. |
PA_CHANNEL_MAP_DEFAULT = PA_CHANNEL_MAP_AIFF; |
|
This item has no description. |
PA_CHANNEL_POSITION_LEFT = PA_CHANNEL_POSITION_FRONT_LEFT; |
|
This item has no description. |
PA_CHANNEL_POSITION_RIGHT = PA_CHANNEL_POSITION_FRONT_RIGHT; |
|
This item has no description. |
PA_CHANNEL_POSITION_CENTER = PA_CHANNEL_POSITION_FRONT_CENTER; |
|
This item has no description. |
PA_CHANNEL_POSITION_SUBWOOFER = PA_CHANNEL_POSITION_LFE; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.