|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void limitFileSizeTo(int size)
size
- the size to setvoid setOffset(double offset)
offset
- void setComment(String comment)
comment
- void setTitle(String title)
title
- void setAuthor(String author)
author
- void setCopyright(String copyright)
copyright
- void setMaxFrames(long maxFrames)
maxFrames
- the maxFrames to setvoid setResource(Resource resource)
resource
- the resource to setvoid setFormat(String format)
format
- the format to setvoid setFileLimitation(int fileLimitation)
fileLimitation
- the fileLimitation to setResource getResource()
double getOffset()
String getComment()
String getTitle()
String getAuthor()
String getCopyright()
int getFileLimitation()
long getMaxFrames()
String getFormat()
void setFrameRate(int framerate)
int getFrameRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |