Table of Contents

Enum MediaBlockAvailabilityState

Namespace
VisioForge.Core.MediaBlocks.Catalog
Assembly
VisioForge.Core.dll

Whether a block can be used right now on the current machine.

public enum MediaBlockAvailabilityState

Fields

Available = 0

The block can be created and run.

Unavailable = 1

The block cannot be created: a GStreamer element, native package or hardware support is missing.

RequiresConfiguration = 2

The block exists but needs configuration before it can run - credentials, endpoints, models or devices.