|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMediaDebugListener | |
---|---|
com.xuggle.mediatool |
A simple API for to decoding, viewing and encoding media:
tutorial here; start with
ToolFactory . |
Uses of IMediaDebugListener in com.xuggle.mediatool |
---|
Methods in com.xuggle.mediatool that return IMediaDebugListener | |
---|---|
static IMediaDebugListener |
ToolFactory.makeDebugListener()
Construct a debug listener which logs all event types. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |