Function Chunk.this

Constructs a Chunk from a vanilla Mix_Chunk* from bindbc-sdl

this (
  sdl_mixer.Mix_Chunk* mixChunk,
  bool isOwner = true,
  void* userRef = null
);

Parameters

NameDescription
mixChunk the Mix_Chunk pointer to manage
isOwner whether the instance owns the given Mix_Chunk* and should destroy it on its own
userRef optional pointer to maintain reference link, avoiding GC cleanup