ailiaSpeechDestroy method
- Pointer<
AILIASpeech> net
~japanese @brief ネットワークオブジェクトを破棄します。 @param net ネットワークオブジェクトポインタ
~english @brief It destroys the network instance. @param net A network instance pointer
Implementation
void ailiaSpeechDestroy(
ffi.Pointer<AILIASpeech> net,
) {
return _ailiaSpeechDestroy(
net,
);
}