soundio_destroy

Create a SoundIo context. You may create multiple instances of this to connect to multiple backends. Sets all fields to defaults. Returns NULL if and only if memory could not be allocated. See also ::soundio_destroy

  1. SoundIo* soundio_create()
  2. void soundio_destroy(SoundIo* soundio)
    extern (C) @nogc nothrow
    void
    soundio_destroy

Meta