Uses of Interface
org.codice.alliance.video.stream.mpegts.filename.TempFileGenerator
Packages that use TempFileGenerator
Package
Description
-
Uses of TempFileGenerator in org.codice.alliance.video.stream.mpegts.filename
Classes in org.codice.alliance.video.stream.mpegts.filename that implement TempFileGeneratorModifier and TypeClassDescriptionclassCreates a File object withFile.createTempFile(String, String)where the file always begins with "mpegts-stream-" and ends with ".ts". -
Uses of TempFileGenerator in org.codice.alliance.video.stream.mpegts.netty
Methods in org.codice.alliance.video.stream.mpegts.netty with parameters of type TempFileGeneratorModifier and TypeMethodDescriptionvoidPacketBuffer.setTempFileGenerator(TempFileGenerator tempFileGenerator)