Unhide LogSessionId constant.
Test: existing tests pass. Bug: 202265833 Change-Id: I5b243563007ce69b76d9f724944e5924bebb7bec
This commit is contained in:
@@ -21438,6 +21438,7 @@ package android.media {
|
||||
field public static final String KEY_VIDEO_QP_P_MAX = "video-qp-p-max";
|
||||
field public static final String KEY_VIDEO_QP_P_MIN = "video-qp-p-min";
|
||||
field public static final String KEY_WIDTH = "width";
|
||||
field public static final String LOG_SESSION_ID = "log-session-id";
|
||||
field public static final String MIMETYPE_AUDIO_AAC = "audio/mp4a-latm";
|
||||
field public static final String MIMETYPE_AUDIO_AC3 = "audio/ac3";
|
||||
field public static final String MIMETYPE_AUDIO_AC4 = "audio/ac4";
|
||||
|
||||
@@ -230,9 +230,10 @@ public final class MediaFormat {
|
||||
/**
|
||||
* A key describing the log session ID for MediaCodec. The log session ID is a random 32-byte
|
||||
* hexadecimal string that is used to associate metrics from multiple media codec instances
|
||||
* to the same playback or recording session.
|
||||
* to the same playback or recording session. The value is created as
|
||||
* {@link android.media.metrics.LogSessionId LogSessionId}. Sessions are created in
|
||||
* {@link android.media.metrics.MediaMetricsManager MediaMetricsManager}.
|
||||
* The associated value is a string.
|
||||
* @hide
|
||||
*/
|
||||
public static final String LOG_SESSION_ID = "log-session-id";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user