|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranscodingUtils.SourceProtocol | |
---|---|
org.alembik.util | Provides the utility classes handling transcoding request and response objects. |
Uses of TranscodingUtils.SourceProtocol in org.alembik.util |
---|
Methods in org.alembik.util that return TranscodingUtils.SourceProtocol | |
---|---|
static TranscodingUtils.SourceProtocol |
TranscodingUtils.getProtocol(TranscodingJob job)
Returns the protocol specified for fetching a source file of the given transcoding job. |
static TranscodingUtils.SourceProtocol |
TranscodingUtils.SourceProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.SourceProtocol[] |
TranscodingUtils.SourceProtocol.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.alembik.util with parameters of type TranscodingUtils.SourceProtocol | |
---|---|
static void |
TranscodingUtils.setProtocol(TranscodingJob job,
TranscodingUtils.SourceProtocol protocol)
Sets the protocol to be used to load a source content into the storage. |
static void |
TranscodingUtils.setProtocol(TranscodingJob job,
TranscodingUtils.SourceProtocol protocol,
boolean noCopy)
Sets the TranscodingUtils.SourceProtocol to be used to load a source content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |