Class ExportResult.ProcessedInput

  • Enclosing class:
    ExportResult

    public static final class ExportResult.ProcessedInput
    extends Object
    An input entirely or partially processed.
    • Field Detail

      • audioDecoderName

        public final @MonotonicNonNull String audioDecoderName
        The name of the audio decoder used to process mediaItem. This field is null if no audio decoder was used.
      • videoDecoderName

        public final @MonotonicNonNull String videoDecoderName
        The name of the video decoder used to process mediaItem. This field is null if no video decoder was used.
    • Constructor Detail

      • ProcessedInput

        public ProcessedInput​(MediaItem mediaItem,
                              @Nullable
                              String audioDecoderName,
                              @Nullable
                              String videoDecoderName)
        Creates an instance.