opus_get_version_string method

Pointer<Uint8> opus_get_version_string()

Gets the libopus version string.

Applications may look for the substring "-fixed" in the version string to determine whether they have a fixed-point or floating-point build at runtime.

@returns Version string

Implementation

ffi.Pointer<ffi.Uint8> opus_get_version_string() {
  return _opus_get_version_string();
}