rtaudio_format_t

Type Alias rtaudio_format_t 

Source
pub type rtaudio_format_t = c_ulong;
Expand description

\typedef typedef unsigned long rtaudio_format_t; \brief RtAudio data format type.

  • \e RTAUDIO_FORMAT_SINT8: 8-bit signed integer.
  • \e RTAUDIO_FORMAT_SINT16: 16-bit signed integer.
  • \e RTAUDIO_FORMAT_SINT24: 24-bit signed integer.
  • \e RTAUDIO_FORMAT_SINT32: 32-bit signed integer.
  • \e RTAUDIO_FORMAT_FLOAT32: Normalized between plus/minus 1.0.
  • \e RTAUDIO_FORMAT_FLOAT64: Normalized between plus/minus 1.0.

See \ref RtAudioFormat.