Uses of Enum
org.red5.server.api.stream.IStreamFilenameGenerator.GenerationType
Packages that use IStreamFilenameGenerator.GenerationType
-
Uses of IStreamFilenameGenerator.GenerationType in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IStreamFilenameGenerator.GenerationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.IStreamFilenameGenerator.GenerationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.red5.server.api.stream with parameters of type IStreamFilenameGenerator.GenerationTypeModifier and TypeMethodDescriptionIStreamFilenameGenerator.generateFilename(IScope scope, String name, String extension, IStreamFilenameGenerator.GenerationType type) Generate a filename with an extension.IStreamFilenameGenerator.generateFilename(IScope scope, String name, IStreamFilenameGenerator.GenerationType type) Generate a filename without an extension. -
Uses of IStreamFilenameGenerator.GenerationType in org.red5.server.stream
Methods in org.red5.server.stream with parameters of type IStreamFilenameGenerator.GenerationTypeModifier and TypeMethodDescriptionDefaultStreamFilenameGenerator.generateFilename(IScope scope, String name, String extension, IStreamFilenameGenerator.GenerationType type) Generate a filename with an extension.DefaultStreamFilenameGenerator.generateFilename(IScope scope, String name, IStreamFilenameGenerator.GenerationType type) Generate a filename without an extension.