railo.runtime.video
Interface VideoUtil

All Known Implementing Classes:
VideoUtilImpl

public interface VideoUtil


Method Summary
 int[] calculateDimension(PageContext pc, VideoInput[] sources, int width, String strWidth, int height, String strHeight)
           
 VideoInput createVideoInput(Resource input)
           
 VideoOutput createVideoOutput(Resource output)
           
 VideoProfile createVideoProfile()
           
 long toBytes(String byt)
           
 long toHerz(String byt)
           
 long toMillis(String time)
           
 

Method Detail

createVideoProfile

VideoProfile createVideoProfile()

createVideoOutput

VideoOutput createVideoOutput(Resource output)

createVideoInput

VideoInput createVideoInput(Resource input)

toBytes

long toBytes(String byt)
             throws PageException
Throws:
PageException

toHerz

long toHerz(String byt)
            throws PageException
Throws:
PageException

toMillis

long toMillis(String time)
              throws PageException
Throws:
PageException

calculateDimension

int[] calculateDimension(PageContext pc,
                         VideoInput[] sources,
                         int width,
                         String strWidth,
                         int height,
                         String strHeight)
                         throws PageException
Throws:
PageException


Copyright © 2012 Railo