Package com.volantis.map.sti.model

Examples of com.volantis.map.sti.model.TranscodingJob


     *
     * @param prefix prefix of parameter where parameter can be found.
     * @return transcoding job model object.
     */
    private TranscodingJob getTranscodingJob() throws ConverterException {
        TranscodingJob job = new TranscodingJob();

        job.setJobID(getJobID());

        job.setSource(getTranscodingJobSource());

        job.setTarget(getTranscodingJobTarget());

        return job;
    }
View Full Code Here

TOP

Related Classes of com.volantis.map.sti.model.TranscodingJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.