|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranscodingParams | |
---|---|
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. |
org.openmobilealliance.schema.sti.v1_0 | Provides all the DTO classes defined by OMA-STI v1_0. |
Uses of TranscodingParams in org.alembik |
---|
Methods in org.alembik that return TranscodingParams | |
---|---|
TranscodingParams |
TranscodingManager.getTranscodingProfile(TranscodingJob job)
Returns a transcoding profile resolved for the given job. |
TranscodingParams |
TranscodingService.getTranscodingProfile(TranscodingJob job)
Returns the transcoding profile resolved by the server for the given transcoding job. |
Uses of TranscodingParams in org.alembik.schema.mts.v1_0 |
---|
Methods in org.alembik.schema.mts.v1_0 that return TranscodingParams | |
---|---|
TranscodingParams |
TranscodingProfile.getTranscodingParams()
Gets the value of the transcodingParams property. |
Methods in org.alembik.schema.mts.v1_0 with parameters of type TranscodingParams | |
---|---|
void |
TranscodingProfile.setTranscodingParams(TranscodingParams value)
Sets the value of the transcodingParams property. |
Uses of TranscodingParams in org.alembik.util |
---|
Methods in org.alembik.util with parameters of type TranscodingParams | |
---|---|
static Properties |
OMAUtils.getExtensionProperties(TranscodingParams profile)
Returns "extension data" properties holder of the given transcoding profile. |
static java.lang.String |
WURFLUtils.getFallBackId(TranscodingParams profile)
Returns the ID of the fallback device set in the given transcoding profile. |
static java.lang.String |
TranscodingUtils.getMatchedId(TranscodingParams profile)
Returns the proprietary identifier of a transcoding profile resolved by Alembik. |
static java.lang.String |
WURFLUtils.getMatchedUA(TranscodingParams profile)
Returns the User-Agent string of a matched device set in the given transcoding profile. |
static Media |
OMAUtils.getMedia(TranscodingParams profile)
Returns a media object assigned to the given transcoding profile. |
static void |
WURFLUtils.setFallBackId(TranscodingParams profile,
java.lang.String fallbackID)
Sets the fallback device ID of the matched device. |
static void |
WURFLUtils.setMatchedUA(TranscodingParams profile,
java.lang.String userAgent)
Sets the User-Agent string of a matched device. |
static void |
OMAUtils.setMedia(TranscodingParams profile,
Media media)
Assigns the media type to the given transcoding profile. |
Uses of TranscodingParams in org.openmobilealliance.schema.sti.v1_0 |
---|
Methods in org.openmobilealliance.schema.sti.v1_0 that return TranscodingParams | |
---|---|
TranscodingParams |
ObjectFactory.createTranscodingParams()
Create an instance of TranscodingParams |
TranscodingParams |
TranscodingRequest.getTranscodingParams()
Gets the value of the transcodingParams property. |
TranscodingParams |
TranscodingJob.Target.getTranscodingParams()
Gets the value of the transcodingParams property. |
Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type TranscodingParams | |
---|---|
void |
TranscodingRequest.setTranscodingParams(TranscodingParams value)
Sets the value of the transcodingParams property. |
void |
TranscodingJob.Target.setTranscodingParams(TranscodingParams value)
Sets the value of the transcodingParams property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |