@override int opus_packet_get_nb_samples( ffi.Pointer<ffi.Uint8> packet, int len, int Fs, ) { return _opus_packet_get_nb_samples(packet, len, Fs); }