Click or drag to resize
MediaBuildermediaUnits Method
Returns a generated playlist of MediaUnits, based on builder configuration and registered plugins.

Warning: This method may execute blocking network I/O on the calling thread.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<MediaEvent> mediaUnits()

Return Value

Type: ListMediaEvent
An list of MediaUnits.
See Also