MediaFormat: fix key value for KEY_MAX_OUTPUT_CHANNEL_COUNT am: a991d6bdc2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16118478 Change-Id: I1ac97f50922e7c36e21be16cf033292aeb4943f8
This commit is contained in:
@@ -22600,7 +22600,7 @@ package android.media {
|
|||||||
field public static final String KEY_MAX_FPS_TO_ENCODER = "max-fps-to-encoder";
|
field public static final String KEY_MAX_FPS_TO_ENCODER = "max-fps-to-encoder";
|
||||||
field public static final String KEY_MAX_HEIGHT = "max-height";
|
field public static final String KEY_MAX_HEIGHT = "max-height";
|
||||||
field public static final String KEY_MAX_INPUT_SIZE = "max-input-size";
|
field public static final String KEY_MAX_INPUT_SIZE = "max-input-size";
|
||||||
field public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT = "max-output-channel_count";
|
field public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT = "max-output-channel-count";
|
||||||
field public static final String KEY_MAX_PTS_GAP_TO_ENCODER = "max-pts-gap-to-encoder";
|
field public static final String KEY_MAX_PTS_GAP_TO_ENCODER = "max-pts-gap-to-encoder";
|
||||||
field public static final String KEY_MAX_WIDTH = "max-width";
|
field public static final String KEY_MAX_WIDTH = "max-width";
|
||||||
field public static final String KEY_MIME = "mime";
|
field public static final String KEY_MIME = "mime";
|
||||||
|
|||||||
@@ -693,7 +693,7 @@ public final class MediaFormat {
|
|||||||
* <p>This key is only used during decoding.
|
* <p>This key is only used during decoding.
|
||||||
*/
|
*/
|
||||||
public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT =
|
public static final String KEY_MAX_OUTPUT_CHANNEL_COUNT =
|
||||||
"max-output-channel_count";
|
"max-output-channel-count";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A key describing the number of frames to trim from the start of the decoded audio stream.
|
* A key describing the number of frames to trim from the start of the decoded audio stream.
|
||||||
|
|||||||
Reference in New Issue
Block a user