public class CreateSourcesWithoutProcessFunction extends NodeFunction<Boolean>
| Modifier and Type | Field and Description |
|---|---|
static Parameter[] |
PARAMETERS |
autoReturnType, name, returnType| Constructor and Description |
|---|
CreateSourcesWithoutProcessFunction() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFunctionValue(Node media,
Parameters parameters) |
static Node |
getMediaSource(Node mediafragment) |
static Node |
getMediaSource(Node mediafragment,
Boolean cache)
The media source node of this mediafragment, containing the original stream or file.
|
getFunctionNameAndFillArgs, getFunctionValue, getFunctionValue, getFunctionValueForNode, getNode, getNodeParameterDef, getReturnType, newInstance, wrapcompareTo, createParameters, equals, getDescription, getFunctionValueWithList, getName, getParameterDefinition, hashCode, setDescription, setParameterDefinition, setReturnType, toStringpublic static final Parameter[] PARAMETERS
public Boolean getFunctionValue(Node media, Parameters parameters)
getFunctionValue in class NodeFunction<Boolean>public static Node getMediaSource(Node mediafragment, Boolean cache)
mediafragment - Media node to get source fromcache - To (re)create streamsourcescaches or notMMBase 1.9-SNAPSHOT - ${javadoctimestamp}