Click or drag to resize

GHAMatrixSwitcherInputIsQueueable Method

[This is preliminary documentation and is subject to change.]

Determines if the implemented device can queue the specified media

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public bool IsQueueable(
	IGHAObject content = null
)

Parameters

content (Optional)
Type: GHASchemaIGHAObject
Media to test for queueability

Return Value

Type: Boolean
True if the content is queable, false if not

Implements

IMediaQueueIsQueueable(IGHAObject)
See Also