public interface MovieWriter extends Multiplexer
| Modifier and Type | Method and Description |
|---|---|
int |
addTrack(Format format) |
void |
close() |
Rational |
getDuration(int track) |
Format |
getFileFormat() |
Format |
getFormat(int track) |
int |
getTrackCount() |
boolean |
isDataLimitReached() |
boolean |
isEmpty(int track) |
void |
write(int track,
Buffer buf) |
Format getFileFormat() throws java.io.IOException
java.io.IOExceptionint addTrack(Format format) throws java.io.IOException
java.io.IOExceptionFormat getFormat(int track)
int getTrackCount()
void write(int track,
Buffer buf)
throws java.io.IOException
write in interface Multiplexerjava.io.IOExceptionvoid close()
throws java.io.IOException
close in interface Multiplexerjava.io.IOExceptionboolean isDataLimitReached()
Rational getDuration(int track)
boolean isEmpty(int track)
Copyright © 2022. All Rights Reserved.