subscriptions

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// Subcription value used to disable all events.
	None = 0

	// Subscription value to receive events in the `General` category.
	General = (1 << 0)

	// Subscription value to receive events in the `Config` category.
	Config = (1 << 1)

	// Subscription value to receive events in the `Scenes` category.
	Scenes = (1 << 2)

	// Subscription value to receive events in the `Inputs` category.
	Inputs = (1 << 3)

	// Subscription value to receive events in the `Transitions` category.
	Transitions = (1 << 4)

	// Subscription value to receive events in the `Filters` category.
	Filters = (1 << 5)

	// Subscription value to receive events in the `Outputs` category.
	Outputs = (1 << 6)

	// Subscription value to receive events in the `SceneItems` category.
	SceneItems = (1 << 7)

	// Subscription value to receive events in the `MediaInputs` category.
	MediaInputs = (1 << 8)

	// Subscription value to receive the `VendorEvent` event.
	Vendors = (1 << 9)

	// Subscription value to receive events in the `Ui` category.
	Ui = (1 << 10)

	// Helper to receive all non-high-volume events.
	All = (General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | Vendors | Ui)

	// Subscription value to receive the `InputVolumeMeters` high-volume event.
	InputVolumeMeters = (1 << 16)

	// Subscription value to receive the `InputActiveStateChanged` high-volume event.
	InputActiveStateChanged = (1 << 17)

	// Subscription value to receive the `InputShowStateChanged` high-volume event.
	InputShowStateChanged = (1 << 18)

	// Subscription value to receive the `SceneItemTransformChanged` high-volume event.
	SceneItemTransformChanged = (1 << 19)
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL