|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.humatic.dsj.sbe.DVREditingSession
public class DVREditingSession
A DVREditingSession creates a new DVR file by concatenating (pieces of) other DVR Files.
dvr-ms is the fileformat used by XP MCE MediaCenter PCs and third party software that offers
similiar functionality (like MediaPortal a.o.). It is basically MPEG2 or DV inside an asf container.
For more information type dvr into Google...
The native APIs behind this are undergoing significant changes. The dvr-ms format is currently replaced by
the wtv format. Parts of this functionality may be broken on Windows 7.
| Constructor Summary | |
|---|---|
DVREditingSession(java.lang.String targetFile,
java.lang.String refFile)
Creates a session that writes to %targetFile. |
|
| Method Summary | |
|---|---|
void |
append(java.lang.String srcFile,
int in,
int out)
Append %srcFile to the session's target file. |
void |
closeSession()
Closes the session and the file. |
int |
getCurrentLength()
Returns the current length of the target file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DVREditingSession(java.lang.String targetFile,
java.lang.String refFile)
throws DSJException
DSJException| Method Detail |
|---|
public void append(java.lang.String srcFile,
int in,
int out)
throws DSJException
DSJExceptionpublic void closeSession()
public int getCurrentLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||