23.9.2 MediaContainer (gb.media)

It is possible to combine several MediaControls in a MediaContainer so that they can be addressed as a single control element.

By default, a MediaContainer has no input and no output. However, to make it work like a normal control, you must use

This class can be created and behaves like a read/write array. A MediaContainer is based on a GStreamer element of type “bin”.

How to create a new MediaContainer:

Dim hMediaContainer As MediaContainer

hMediaContainer = New MediaContainer ( [ Parent As MediaContainer, Type As String ] ) [ As "EventName" ]

23.9.2.1 Properties, methods and events

The MediaContainer class has the same relevant properties, methods and events as the MediaControl class.