Click or drag to resize
MediaUnitaddOverlay Method
Adds an MediaOverlay object to the unit, to be rendered together.

Namespace: Veeplay.media.events
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void addOverlay(
	MediaOverlay overlay
)

Parameters

overlay
Type: Veeplay.media.eventsMediaOverlay
The MediaPlayer object to be connected to the unit.
See Also