com.fluendo.player
public class CortadoPipeline extends Pipeline implements PadListener, CapsListener
| Field Summary | |
|---|---|
| boolean | usingJavaX |
| Constructor Summary | |
|---|---|
| CortadoPipeline(Cortado cortado) | |
| Method Summary | |
|---|---|
| boolean | buildMultipart() |
| boolean | buildOgg() |
| void | capsChanged(Caps caps) |
| void | enableAudio(boolean b) |
| void | enableKateStream(int idx, String language, String category)
Selects the Kate stream to enable, by index (if any), or by language/category.
|
| void | enableVideo(boolean b) |
| int | getBufferHigh() |
| int | getBufferLow() |
| int | getBufferSize() |
| Component | getComponent() |
| URL | getDocumentBase() |
| int | getEnabledKateIndex()
Returns the index of the currently enabled Kate stream (negative if none) |
| String | getUrl() |
| boolean | isAudioEnabled() |
| boolean | isVideoEnabled() |
| void | noMorePads() |
| void | padAdded(Pad pad) |
| void | padRemoved(Pad pad) |
| void | resize(Dimension d) |
| void | setBufferHigh(int size) |
| void | setBufferLow(int size) |
| void | setBufferSize(int size) |
| void | setComponent(Component c) |
| void | setDocumentBase(URL base) |
| void | setIgnoreAspect(boolean ignore) |
| void | setKeepAspect(boolean keep) |
| void | setPassword(String aPassword) |
| void | setUrl(String anUrl) |
| void | setUserId(String aUserId) |