Package com.mayam.wf.ws.client
Class TranscodeRequestBuilder
java.lang.Object
com.mayam.wf.ws.client.TranscodeRequestBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets name of the destination.Sets requested name of destination file.priority
(int priority) Job priority.Sets transcoder profile.
-
Constructor Details
-
TranscodeRequestBuilder
public TranscodeRequestBuilder()
-
-
Method Details
-
destName
Sets name of the destination. Depending on MAM, this may be the name of the transcoder or the transfer destination for the transcode results. -
profile
Sets transcoder profile. -
filename
Sets requested name of destination file. -
priority
Job priority. MAM specific number signifying how important the transcode is in relation to other queued jobs.
-