bosesoundtouchapi.uri.soundtouchuriscopes

@export
class SoundTouchUriScopes(enum.Enum):

SoundTouch URI scopes.

OP_SCOPE_PUBLIC = <SoundTouchUriScopes.OP_SCOPE_PUBLIC: 0>

URIs that are public and can be accessed by everyone will be declared with OP_SCOPE_PUBLIC.

OP_SCOPE_PRIVATE = <SoundTouchUriScopes.OP_SCOPE_PRIVATE: 1>

URIs that are private and can not be accessed by everyone.