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 TypeMethodDescriptionvoidITagWriter.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.postProcessorsprivate 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 TypeMethodDescriptionvoidFLVWriter.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 TypeClassDescriptionclassExample post-processor implementation which counts data types in a given file.