Class TransformationResult.ProcessedInput

    • Field Detail

      • audioDecoderName

        public final @MonotonicNonNull String audioDecoderName
        Deprecated.
        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
        Deprecated.
        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)
        Deprecated.
        Creates an instance.