Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 201c39ba authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "media: make ParameterDescriptor static"

parents 066cd283 f65fcbdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20589,7 +20589,7 @@ package android.media {
    method public long getPresentationTimeUs();
  }
  public class MediaCodec.ParameterDescriptor {
  public static class MediaCodec.ParameterDescriptor {
    method @NonNull public String getName();
    method public int getType();
  }
+1 −1
Original line number Diff line number Diff line
@@ -4576,7 +4576,7 @@ final public class MediaCodec {
    /**
     * Contains description of a parameter.
     */
    public class ParameterDescriptor {
    public static class ParameterDescriptor {
        private ParameterDescriptor() {}

        /**