sound_is_built_in property

sound_is_built_in property

Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in it’s list of built-in sounds and can then surface a custom name or UI as needed. Read-write bool.

Definition:

@property
def sound_is_built_in(self):
    ...

@sound_is_built_in.setter
def sound_is_built_in(self, value):
    ...

See Also