Merge "media: make ParameterDescriptor static" am: 201c39ba90

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1653567

Change-Id: I61c83705059bbb78b0096e52d3a0a02eeceb7220
This commit is contained in:
Treehugger Robot
2021-03-25 03:47:20 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -20589,7 +20589,7 @@ package android.media {
method public long getPresentationTimeUs(); method public long getPresentationTimeUs();
} }
public class MediaCodec.ParameterDescriptor { public static class MediaCodec.ParameterDescriptor {
method @NonNull public String getName(); method @NonNull public String getName();
method public int getType(); method public int getType();
} }

View File

@@ -4576,7 +4576,7 @@ final public class MediaCodec {
/** /**
* Contains description of a parameter. * Contains description of a parameter.
*/ */
public class ParameterDescriptor { public static class ParameterDescriptor {
private ParameterDescriptor() {} private ParameterDescriptor() {}
/** /**