[−][src]Type Definition oboe_sys::oboe_Result
type oboe_Result = i32;
The result of an operation. All except the OK result indicates that an error occurred.
The Result can be converted into a human readable string using convertToText.