Skip to content

Commit

Permalink
Update java doc for processedInputs field
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619902389
  • Loading branch information
SheenaChhabra authored and Copybara-Service committed Mar 28, 2024
1 parent 272fada commit b4e6b9a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,11 @@ public ProcessedInput(
/** The track was both transcoded and transmuxed. */
public static final int CONVERSION_PROCESS_TRANSMUXED_AND_TRANSCODED = 3;

/** The list of {@linkplain ProcessedInput processed inputs}. */
/**
* The list of {@linkplain ProcessedInput processed inputs}. The list might have some intermediate
* {@linkplain ProcessedInput processed inputs} if the export is {@link Transformer#resume
* resumed} or any optimization is applied.
*/
public final ImmutableList<ProcessedInput> processedInputs;

/** The duration of the file in milliseconds, or {@link C#TIME_UNSET} if unset or unknown. */
Expand Down

0 comments on commit b4e6b9a

Please sign in to comment.