| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.stream |
| Modifier and Type | Method and Description |
|---|---|
static IStreamFilenameGenerator.GenerationType |
IStreamFilenameGenerator.GenerationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStreamFilenameGenerator.GenerationType[] |
IStreamFilenameGenerator.GenerationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IStreamFilenameGenerator.generateFilename(IScope scope,
String name,
IStreamFilenameGenerator.GenerationType type)
Generate a filename without an extension.
|
String |
IStreamFilenameGenerator.generateFilename(IScope scope,
String name,
String extension,
IStreamFilenameGenerator.GenerationType type)
Generate a filename with an extension.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultStreamFilenameGenerator.generateFilename(IScope scope,
String name,
IStreamFilenameGenerator.GenerationType type)
Generate a filename without an extension.
|
String |
DefaultStreamFilenameGenerator.generateFilename(IScope scope,
String name,
String extension,
IStreamFilenameGenerator.GenerationType type)
Generate a filename with an extension.
|
Copyright © 2005–2017 Red5. All rights reserved.