AddCustomProperty
Adds a custom property to the audio object.
Declaration
virtual kern_return_t AddCustomProperty(IOUserAudioCustomProperty *in_custom_property);Parameters
- in_custom_property:
An Iouseraudiocustomproperty object to add to the Iouseraudioobject.
Return Value
kIOReturnSuccess on success, or another value if an error occurs. For a list of error codes, see Error Codes.