Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type Format = CString

    sdl2-image SDL.Raw.Image

    A case-insensitive desired format, e.g. "jpg" or "PNG".

  2. pattern Forever :: Times

    sdl2-mixer SDL.Mixer

    A shorthand for looping a Chunk forever.

  3. data Format

    sdl2-mixer SDL.Mixer

    A sample format.

  4. FormatS16_LSB :: Format

    sdl2-mixer SDL.Mixer

    Signed 16-bit samples, in little-endian byte order.

  5. FormatS16_MSB :: Format

    sdl2-mixer SDL.Mixer

    signed 16-bit samples, in big-endian byte order.

  6. FormatS16_Sys :: Format

    sdl2-mixer SDL.Mixer

    Signed 16-bit samples, in system byte order.

  7. FormatS8 :: Format

    sdl2-mixer SDL.Mixer

    Signed 8-bit samples.

  8. FormatU16_LSB :: Format

    sdl2-mixer SDL.Mixer

    Unsigned 16-bit samples, in little-endian byte order.

  9. FormatU16_MSB :: Format

    sdl2-mixer SDL.Mixer

    Unsigned 16-bit samples, in big-endian byte order.

  10. FormatU16_Sys :: Format

    sdl2-mixer SDL.Mixer

    Unsigned 16-bit samples, in system byte order.

Page 342 of many | Previous | Next