com.fluendo.plugin

Class Selector

public class Selector extends Element

This element receives data from N sinks, and selects one of them to send from its source.
Constructor Summary
Selector()
Method Summary
StringgetFactoryName()
ObjectgetProperty(String name)
PadrequestSinkPad(Pad peer)
Requests a new sink pad to be created for the given peer.
booleansetProperty(String name, Object value)
The selected sink may be selected via the "selected" property - negative to select nothing

Constructor Detail

Selector

public Selector()

Method Detail

getFactoryName

public String getFactoryName()

getProperty

public Object getProperty(String name)

requestSinkPad

public Pad requestSinkPad(Pad peer)
Requests a new sink pad to be created for the given peer. The caps do not matter, as Selector is a caps agnostic element.

setProperty

public boolean setProperty(String name, Object value)
The selected sink may be selected via the "selected" property - negative to select nothing