IMediaQueueIsQueueable Method |
[This is preliminary documentation and is subject to change.]
Determines if the implemented device can queue the specified media
Namespace:
GHASchema.Classes.Capabilities.Media
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntaxbool IsQueueable(
IGHAObject content = null
)
Parameters
- content (Optional)
- Type: GHASchemaIGHAObject
Media to test for queueability
Return Value
Type:
BooleanTrue if the content is queable, false if not
See Also