Examples of VideoVideoVisual


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

     *
     * @param prefix prefix of parameter where parameter can be found.
     * @return video visual model object.
     */
    private VideoVideoVisual getVideoVisual() throws ConverterException {
        VideoVideoVisual videoVisual = new VideoVideoVisual();

        videoVisual
                .setCodec(getParameterValue(ParameterNames.VIDEO_VISUAL_CODEC));

        return videoVisual;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.