MIDIObjectSetIntegerProperty

Function MIDIObjectSetIntegerProperty 

Source
pub unsafe extern "C-unwind" fn MIDIObjectSetIntegerProperty(
    obj: MIDIObjectRef,
    property_id: &CFString,
    value: i32,
) -> i32
Available on crate features MIDIServices and objc2-core-foundation only.
Expand description

Sets an object’s integer-type property.

Parameter obj: The object whose property is to be altered.

Parameter propertyID: Name of the property to set.

Parameter value: New value of the property.

Returns: An OSStatus result code.

(See the MIDIObjectRef documentation for information about properties.)