[Overview][Constants][Types][Index] Reference for unit 'msepulseglob' (#msegui)

pa_sample_format_t

Declaration

Source position: msepulseglob.pas line 122

type pa_sample_format_t = (

  PA_SAMPLE_INVALID = - 1,

  PA_SAMPLE_U8 = 0,

  PA_SAMPLE_ALAW,

  PA_SAMPLE_ULAW,

  PA_SAMPLE_S16LE,

  PA_SAMPLE_S16BE,

  PA_SAMPLE_FLOAT32LE,

  PA_SAMPLE_FLOAT32BE,

  PA_SAMPLE_S32LE,

  PA_SAMPLE_S32BE,

  PA_SAMPLE_S24LE,

  PA_SAMPLE_S24BE,

  PA_SAMPLE_S24_32LE,

  PA_SAMPLE_S24_32BE,

  PA_SAMPLE_MAX

);


Documentation generated on: 2021-05-13