pub unsafe extern "C-unwind" fn AudioConvertNanosToHostTime(
in_nanos: u64,
) -> u64Available on crate feature
HostTime only.Expand description
Convert the given nanosecond time into a host time.
Parameter inNanos: A UInt64 containing the nanosecond time to convert.
Returns: A UInt64 containining the converted nanosecond time.