Format with google-java-format
This commit is contained in:
parent
84df55c6e8
commit
3cccecf368
@ -76,7 +76,6 @@ public interface VideoGraph {
|
||||
* <p>If the method throws, the caller must call {@link #release}.
|
||||
*
|
||||
* @param sequenceIndex The sequence index of the input which can aid ordering of the inputs.
|
||||
*
|
||||
* @return The id of the registered input, which can be used to get the underlying {@link
|
||||
* VideoFrameProcessor} via {@link #getProcessor(int)}.
|
||||
*/
|
||||
|
@ -53,6 +53,7 @@ public interface VideoCompositor extends GlTextureProducer {
|
||||
* the order of the input sources.
|
||||
*/
|
||||
int registerInputSource(int sequenceIndex);
|
||||
|
||||
/**
|
||||
* Signals that no more frames will come from the upstream {@link GlTextureProducer.Listener}.
|
||||
*
|
||||
|
@ -154,7 +154,8 @@ import org.checkerframework.dataflow.qual.Pure;
|
||||
}
|
||||
|
||||
@Override
|
||||
public GraphInput getInput(EditedMediaItem editedMediaItem, Format format, int sequenceIndex) throws ExportException {
|
||||
public GraphInput getInput(EditedMediaItem editedMediaItem, Format format, int sequenceIndex)
|
||||
throws ExportException {
|
||||
try {
|
||||
return videoGraph.createInput(sequenceIndex);
|
||||
} catch (VideoFrameProcessingException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user