Package com.volantis.map.sti.model

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


     *
     * @param prefix prefix of parameter where parameter can be found.
     * @return transcoding job target model object.
     */
    private TranscodingJobTarget getTranscodingJobTarget() {
        TranscodingJobTarget target = new TranscodingJobTarget();

        // Nothing to set here. Since there's only one transcoding job,
        // all transcoding parameters are specified on global level.

        return target;
View Full Code Here

TOP

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

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.