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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user