|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMediaDebugListener.Event | |
---|---|
com.xuggle.mediatool |
A simple API for to decoding, viewing and encoding media:
tutorial here; start with
ToolFactory . |
Uses of IMediaDebugListener.Event in com.xuggle.mediatool |
---|
Methods in com.xuggle.mediatool that return IMediaDebugListener.Event | |
---|---|
static IMediaDebugListener.Event |
IMediaDebugListener.Event.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IMediaDebugListener.Event[] |
IMediaDebugListener.Event.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.xuggle.mediatool with parameters of type IMediaDebugListener.Event | |
---|---|
long |
IMediaDebugListener.getCount(IMediaDebugListener.Event event)
Get the current count of events of a particular type. |
static IMediaDebugListener |
ToolFactory.makeDebugListener(IMediaDebugListener.Event... events)
Construct a debug listener with custom set of event types to log. |
static IMediaDebugListener |
ToolFactory.makeDebugListener(IMediaDebugListener.Mode mode,
IMediaDebugListener.Event... events)
Construct a debug listener with custom set of event types to log. |
static IMediaDebugListener |
ToolFactory.makeDebugListener(String name,
IMediaDebugListener.Mode mode,
IMediaDebugListener.Event... events)
Construct a debug listener with custom name and set of event types to log. |
void |
IMediaDebugListener.setLogEvents(IMediaDebugListener.Event... events)
Set the event types which will be logged. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |