GetAudioObjectForObjectID
Gets a pointer to an audio object, given the object’s identifier.
Declaration
OSSharedPtr<IOUserAudioObject> GetAudioObjectForObjectID(IOUserAudioObjectID in_object_id);Parameters
- in_object_id:
The Iouseraudioobjectid of an object previously added to the driver.
Return Value
An OSSharedPtr to an IOUserAudioObject if in_object_id was found.