GHAMatrixSwitcherInputAddItem Method |
[This is preliminary documentation and is subject to change.]
Adds an item to the queue
Namespace:
GHASchema.Classes.Device.AudioVideo
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntaxpublic virtual void AddItem(
GHAAudioTrack audioTrack,
int position = 2147483647
)
Parameters
- audioTrack
- Type: GHAAudioTrack
Itemt to add to queue - position (Optional)
- Type: SystemInt32
If specified, the position within the queue where the item will be added
Implements
IMediaQueueAddItem(GHAAudioTrack, Int32)
See Also