T - the type of Format of the media data processed as input
by AbstractRendererpublic abstract class AbstractRenderer<T extends javax.media.Format> extends ControlsAdapter implements javax.media.Renderer
| Modifier and Type | Field and Description |
|---|---|
protected T |
inputFormat
The Format of the media data processed as input by this
Renderer.
|
EMPTY_CONTROLS| Constructor and Description |
|---|
AbstractRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the state of this PlugIn.
|
javax.media.Format |
setInputFormat(javax.media.Format format)
Sets the Format of the media data to be rendered by this
Renderer.
|
static void |
useThreadPriority(int threadPriority)
Changes the priority of the current thread to a specific value.
|
getControlsgetControl, getControl, queryInterface, queryInterfaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected T extends javax.media.Format inputFormat
public void reset()
reset in interface javax.media.PlugInpublic javax.media.Format setInputFormat(javax.media.Format format)
setInputFormat in interface javax.media.Rendererformat - the Format of the media data to be rendered by
this Rendererpublic static void useThreadPriority(int threadPriority)
threadPriority - the priority to set the current thread toCopyright © 2021 jitsi.org. All rights reserved.