Click or drag to resize

IMediaQueueAddItem Method

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

Adds an item to the queue

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
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
See Also