|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobResult | |
---|---|
org.alembik | Provides the classes necessary for connecting to Alembik service and processing transcoding requests. |
org.alembik.util | Provides the utility classes handling transcoding request and response objects. |
org.openmobilealliance.schema.sti.v1_0 | Provides all the DTO classes defined by OMA-STI v1_0. |
Uses of JobResult in org.alembik |
---|
Methods in org.alembik that return JobResult | |
---|---|
JobResult |
TranscodingManager.getTranscodingInfo(TranscodingRequest request,
java.lang.String jobID)
Fetches a detailed processing results of the given job. |
JobResult |
TranscodingService.getTranscodingInfo(TranscodingRequest request,
java.lang.String jobID)
Returns the result information of a transcoding job with the specified jobId (within the request). |
Uses of JobResult in org.alembik.util |
---|
Methods in org.alembik.util with parameters of type JobResult | |
---|---|
static void |
OMAUtils.addReturnResult(JobResult result,
ResultCode code,
java.lang.String message)
Creates a new return result instance of the desired code and the description text and sets it as a secondary return result of the given job result. |
static Properties |
OMAUtils.getExtensionProperties(JobResult result)
Returns "extension data" properties holder of the given job result. |
static java.lang.String |
TranscodingUtils.getMatchedId(JobResult result)
Returns the proprietary identifier of a transcoding profile resolved by Alembik. |
static MediaProperties |
OMAUtils.getOutputMediaProperties(JobResult result)
Returns the media properties instance of the given job result. |
static java.lang.String |
TranscodingUtils.getResultInfo(JobResult result,
TranscodingUtils.FileInfo key)
Returns the value of the given information property. |
static Quality |
TranscodingUtils.getResultQuality(JobResult result)
Returns the quality of the profile selected by the "best matching" strategy. |
static TranscodingState |
TranscodingUtils.getResultState(JobResult result)
Returns the information about the state of a transcoding process. |
static ReturnResults |
OMAUtils.getReturnResults(JobResult result)
Returns the holder object of secondary transcoding results of the given job result object. |
Uses of JobResult in org.openmobilealliance.schema.sti.v1_0 |
---|
Methods in org.openmobilealliance.schema.sti.v1_0 that return JobResult | |
---|---|
JobResult |
ObjectFactory.createJobResult()
Create an instance of JobResult |
Methods in org.openmobilealliance.schema.sti.v1_0 that return types with arguments of type JobResult | |
---|---|
java.util.List<JobResult> |
TranscodingResponse.getJobResult()
Gets the value of the jobResult property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |