Merge "media: make ParameterDescriptor static"
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -4576,7 +4576,7 @@ final public class MediaCodec {
|
||||
/**
|
||||
* Contains description of a parameter.
|
||||
*/
|
||||
public class ParameterDescriptor {
|
||||
public static class ParameterDescriptor {
|
||||
private ParameterDescriptor() {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user