mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-29 19:54:05 +02:00
a9043ba26d
This is used for making a copy of a data source. Data sources are not required to support copying, in which case this callback can be set to NULL, or it can return MA_NOT_IMPLEMENTED. This commit just sets up the infrastructure. As of this commit, no data sources actually implement this, however future commits will be introducing support in stages.