|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quality | |
---|---|
org.alembik | Provides the classes necessary for connecting to Alembik service and processing transcoding requests. |
org.alembik.schema.mts.v1_0 | Provides the classes extending OMA-STI v1_0 components. |
org.alembik.util | Provides the utility classes handling transcoding request and response objects. |
Uses of Quality in org.alembik |
---|
Methods in org.alembik with parameters of type Quality | |
---|---|
static TranscodingRequest |
TranscodingManager.prepareBestMatchingRequest(java.lang.String sourceUrl,
java.lang.String userAgent,
java.lang.Class<? extends Media> mediaType,
Quality quality,
boolean isStreaming)
Creates a single-job transcoding request instance for the given source location, User-Agent string, specified transcoded content's type and desired quality of a predefined profile selected by "best matching" strategy algorithm. |
Uses of Quality in org.alembik.schema.mts.v1_0 |
---|
Methods in org.alembik.schema.mts.v1_0 that return Quality | |
---|---|
static Quality |
Quality.fromValue(int v)
|
Quality |
TranscodingProfile.getQuality()
Gets the value of the quality property. |
static Quality |
Quality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Quality[] |
Quality.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.alembik.schema.mts.v1_0 with parameters of type Quality | |
---|---|
void |
TranscodingProfile.setQuality(Quality value)
Sets the value of the quality property. |
Uses of Quality in org.alembik.util |
---|
Methods in org.alembik.util that return Quality | |
---|---|
static Quality |
TranscodingUtils.getBestMatchingQuality(TranscodingJob job)
Returns the quality set for the given transcoding job, which defines the expected quality level of the matching profile. |
static Quality |
TranscodingUtils.getResultQuality(JobResult result)
Returns the quality of the profile selected by the "best matching" strategy. |
Methods in org.alembik.util with parameters of type Quality | |
---|---|
static void |
TranscodingUtils.setBestMatchingQuality(TranscodingJob job,
Quality quality)
Applies the "best matching" strategy for the given transcoding job and quality. |
static void |
TranscodingUtils.setBestMatchingQuality(TranscodingJob job,
Quality quality,
boolean hintable)
Applies the "best matching" strategy for the given transcoding job. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |