Click or drag to resize

IMediaQueue Interface

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

Implements the media queuing capability

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Media")]
public interface IMediaQueue

The IMediaQueue type exposes the following members.

Properties
  NameDescription
Public propertyIsQueueEmpty
Determines if que is empty (true) or populated (false)
Top
Methods
  NameDescription
Public methodAddItem
Adds an item to the queue
Public methodClearQueue
Clears the queue
Public methodGetQueue
Returns the current queue
Public methodGetQueue(Int32)
Return the specified item in the queue
Public methodIsQueueable
Determines if the implemented device can queue the specified media
Public methodRemoveItem
Remove item from queue
Top
See Also