Contents

MIDIObjectSetIntegerProperty(_:_:_:)

Sets an object’s integer-type property.

Declaration

func MIDIObjectSetIntegerProperty(_ obj: MIDIObjectRef, _ propertyID: CFString, _ value: Int32) -> OSStatus

Parameters

  • obj:

    The object to update.

  • propertyID:

    The name of the property to set.

  • value:

    The new property value.

Return Value

An OSStatus result code.

Discussion

See MIDIObjectRef for information about properties.

See Also

Property Accessors