railo.runtime.video
Interface VideoOutput

All Known Implementing Classes:
VideoOutputImpl

public interface VideoOutput


Method Summary
 String getAuthor()
           
 String getComment()
           
 String getCopyright()
           
 int getFileLimitation()
           
 String getFormat()
           
 int getFrameRate()
           
 long getMaxFrames()
           
 double getOffset()
           
 Resource getResource()
           
 String getTitle()
           
 void limitFileSizeTo(int size)
          limit size of the output file
 void setAuthor(String author)
          sets a author to the output video
 void setComment(String comment)
          sets a comment to the output video
 void setCopyright(String copyright)
          sets a copyright to the output video
 void setFileLimitation(int fileLimitation)
           
 void setFormat(String format)
           
 void setFrameRate(int framerate)
           
 void setMaxFrames(long maxFrames)
           
 void setOffset(double offset)
          set time offset of the output file based on input file in seconds
 void setResource(Resource resource)
           
 void setTitle(String title)
          sets a title to the output video
 

Method Detail

limitFileSizeTo

void limitFileSizeTo(int size)
limit size of the output file

Parameters:
size - the size to set

setOffset

void setOffset(double offset)
set time offset of the output file based on input file in seconds

Parameters:
offset -

setComment

void setComment(String comment)
sets a comment to the output video

Parameters:
comment -

setTitle

void setTitle(String title)
sets a title to the output video

Parameters:
title -

setAuthor

void setAuthor(String author)
sets a author to the output video

Parameters:
author -

setCopyright

void setCopyright(String copyright)
sets a copyright to the output video

Parameters:
copyright -

setMaxFrames

void setMaxFrames(long maxFrames)
Parameters:
maxFrames - the maxFrames to set

setResource

void setResource(Resource resource)
Parameters:
resource - the resource to set

setFormat

void setFormat(String format)
Parameters:
format - the format to set

setFileLimitation

void setFileLimitation(int fileLimitation)
Parameters:
fileLimitation - the fileLimitation to set

getResource

Resource getResource()
Returns:
the res

getOffset

double getOffset()
Returns:
the offset

getComment

String getComment()
Returns:
the comment

getTitle

String getTitle()
Returns:
the title

getAuthor

String getAuthor()
Returns:
the author

getCopyright

String getCopyright()
Returns:
the copyright

getFileLimitation

int getFileLimitation()
Returns:
the fileLimitation

getMaxFrames

long getMaxFrames()
Returns:
the maxFrames

getFormat

String getFormat()
Returns:
the format

setFrameRate

void setFrameRate(int framerate)

getFrameRate

int getFrameRate()


Copyright © 2012 Railo