Click or drag to resize

GHAMatrixSwitcherZoneIsQueueable 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

[Missing <param name="content"/> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcherZone.IsQueueable(GHASchema.IGHAObject)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcherZone.IsQueueable(GHASchema.IGHAObject)"]

Implements

IMediaQueueIsQueueable(IGHAObject)
See Also