Class MediaPlayerSpecs

java.lang.Object
uk.co.caprica.vlcj.player.component.MediaPlayerSpecs

public final class MediaPlayerSpecs extends Object
Builders for the various media player components.

The builders can be used directly as constructor arguments for the corresponding component, or can be used to create a component. The former case is useful when you are dynamically sub-classing the component.

Note that components and their "list" component counterparts use the same builders.

Generally, all component constructor (and therefore builder) parameters are optional, components will themselves provide reasonable defaults.