public class MediaThreadGroup extends ThreadGroup
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioPriority()
This should be used for threads handling the audio medium.
|
int |
getControlPriority()
This should be used for Manager, events threads etc.
|
int |
getNetworkPriority()
This should be used for threads handling network packets.
|
int |
getVideoPriority()
This should be used for threads handling the video medium.
|
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtExceptionpublic int getControlPriority()
public int getAudioPriority()
public int getVideoPriority()
public int getNetworkPriority()
Copyright © 2012 code4tv.com. All Rights Reserved.