Uses of Interface
com.avpkit.core.io.IURLProtocolHandlerFactory
-
Packages that use IURLProtocolHandlerFactory Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files.com.avpkit.core.io An API for extending AVPKit to read and write from arbitrary data sources. -
-
Uses of IURLProtocolHandlerFactory in com.avpkit.core
Methods in com.avpkit.core with parameters of type IURLProtocolHandlerFactory Modifier and Type Method Description intIContainer. setCustomURLHandlerFactory(IURLProtocolHandlerFactory factory) -
Uses of IURLProtocolHandlerFactory in com.avpkit.core.io
Classes in com.avpkit.core.io that implement IURLProtocolHandlerFactory Modifier and Type Class Description classAVPKitIOAllows AVPKit to read from and write to many different types of Java I/O objects, plus customIURLProtocolHandlerobjects.classFileProtocolHandlerFactoryImplementation ofIURLProtocolHandlerFactorythat demonstrates how you can have Java act just like FFMPEG's internal "file:" protocol.classNullProtocolHandlerFactoryReturns a new NullProtocolHandler factory.Methods in com.avpkit.core.io that return IURLProtocolHandlerFactory Modifier and Type Method Description IURLProtocolHandlerFactoryURLProtocolManager. getHandlerFactory(java.lang.String protocol)IURLProtocolHandlerFactoryURLProtocolManager. registerFactory(java.lang.String protocol, IURLProtocolHandlerFactory factory)Register a new factory for IURLProtocolHandlers for a given protocol.Methods in com.avpkit.core.io with parameters of type IURLProtocolHandlerFactory Modifier and Type Method Description IURLProtocolHandlerFactoryURLProtocolManager. registerFactory(java.lang.String protocol, IURLProtocolHandlerFactory factory)Register a new factory for IURLProtocolHandlers for a given protocol.static intFfmpegIO. registerProtocolHandlerFactory(long containerSwigCPtr, IContainer container, IURLProtocolHandlerFactory factory)This method is called by URLProtocolManager to register itself as a protocol manager for different FFMPEG protocols.
-