Uses of Interface
org.red5.media.processor.IPostProcessor
-
Uses of IPostProcessor in org.red5.io
Modifier and TypeMethodDescriptionvoid
ITagWriter.addPostProcessor
(IPostProcessor postProcessor) Adds a post-process for execution once the instance completes. -
Uses of IPostProcessor in org.red5.io.flv.impl
Modifier and TypeFieldDescriptionprivate LinkedList<IPostProcessor>
FLVWriter.postProcessors
private static LinkedList<Class<IPostProcessor>>
Modifier and TypeMethodDescriptionvoid
FLVWriter.addPostProcessor
(IPostProcessor postProcessor) Adds a post-process for execution once the instance completes. -
Uses of IPostProcessor in org.red5.media.processor
Modifier and TypeClassDescriptionclass
Example post-processor implementation which counts data types in a given file.