new_encoder method
创建新的 Opus 编码器
Implementation
int new_encoder(
int channels,
int sample_rate,
int application,
ffi.Pointer<ffi.Pointer<Encoder>> result,
ffi.Pointer<OpusError> error,
) {
return _new_encoder(channels, sample_rate, application, result, error);
}