Uses of Interface
org.red5.media.processor.IPostProcessor
Packages that use IPostProcessor
-
Uses of IPostProcessor in org.red5.io
Methods in org.red5.io with parameters of type IPostProcessorModifier 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
Fields in org.red5.io.flv.impl with type parameters of type IPostProcessorModifier and TypeFieldDescriptionprivate LinkedList<IPostProcessor>
FLVWriter.postProcessors
private static LinkedList<Class<IPostProcessor>>
Methods in org.red5.io.flv.impl that return types with arguments of type IPostProcessorMethods in org.red5.io.flv.impl with parameters of type IPostProcessorModifier and TypeMethodDescriptionvoid
FLVWriter.addPostProcessor
(IPostProcessor postProcessor) Adds a post-process for execution once the instance completes. -
Uses of IPostProcessor in org.red5.media.processor
Classes in org.red5.media.processor that implement IPostProcessorModifier and TypeClassDescriptionclass
Example post-processor implementation which counts data types in a given file.