-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_AudioDestroy
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Destroy an MTY_Audio
context.
void MTY_AudioDestroy(
MTY_Audio ** audio
);
audio
(MTY_Audio **
)
Passed by reference and set to NULL
after being destroyed.