link_path_long property

Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write str.

Definition:

@property
def link_path_long(self):
    ...

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

See Also