mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update java doc for processedInputs field
PiperOrigin-RevId: 619902389
This commit is contained in:
parent
272fada10e
commit
b4e6b9a694
1 changed files with 5 additions and 1 deletions
|
|
@ -411,7 +411,11 @@ public final class ExportResult {
|
||||||
/** The track was both transcoded and transmuxed. */
|
/** The track was both transcoded and transmuxed. */
|
||||||
public static final int CONVERSION_PROCESS_TRANSMUXED_AND_TRANSCODED = 3;
|
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;
|
public final ImmutableList<ProcessedInput> processedInputs;
|
||||||
|
|
||||||
/** The duration of the file in milliseconds, or {@link C#TIME_UNSET} if unset or unknown. */
|
/** The duration of the file in milliseconds, or {@link C#TIME_UNSET} if unset or unknown. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue