pub unsafe extern "C-unwind" fn AudioComponentGetLastActiveTime(
comp: AudioComponent,
) -> CFAbsoluteTime๐Deprecated: Inter-App Audio API is deprecated in favor of Audio Units
Available on crate features
AUComponent and AudioComponent and objc2-core-foundation only.Expand description
Fetches the time at which the application publishing the component was last active.
Inter-app audio hosts can use this to sort the list of available nodes by how recently the user interacted with them.
Parameter comp: The AudioComponent being queried.
Returns: The CFAbsoluteTime at which the node was last active (0 if never).
ยงSafety
comp must be a valid pointer.