Back to Exoplayer

DebugTraceUtil (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/effect/DebugTraceUtil.html

latest5.1 KB
Original Source

Package com.google.android.exoplayer2.effect

Class DebugTraceUtil


[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classDebugTraceUtilextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")

Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.

A debugging tracing utility.

Method Summary

All Methods Static Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | static String | generateTrace() | Deprecated. | | static void | recordDecodedFrame() | Deprecated. | | static void | recordDecoderReceiveEos() | Deprecated. | | static void | recordDecoderSignalEos() | Deprecated. | | static void | recordEncodedFrame() | Deprecated. | | static void | recordEncoderReceiveEos() | Deprecated. | | static void | recordExternalInputManagerSignalEndOfCurrentInputStream() | Deprecated. | | static void | recordFrameDequeuedFromVideoFrameProcessorInput() | Deprecated. | | static void | recordFrameRenderedToVideoFrameProcessorInput() | Deprecated. | | static void | recordFrameRenderedToVideoFrameProcessorOutput() | Deprecated. | | static void | recordLatestVideoInputFormat​(Format format) | Deprecated. | | static void | recordMuxerCanAddSample​(@com.google.android.exoplayer2.C.TrackType int trackType, boolean canAddSample) | Deprecated. | | static void | recordMuxerInput​(@com.google.android.exoplayer2.C.TrackType int trackType) | Deprecated. | | static void | recordMuxerTrackEnded​(@com.google.android.exoplayer2.C.TrackType int trackType) | Deprecated. | | static void | recordVideoFrameProcessorReceiveDecoderEos() | Deprecated. | | static void | recordVideoFrameProcessorSignalEos() | Deprecated. | | static void | reset() | Deprecated. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

- 

reset

public static void reset()

Deprecated.

- 

recordLatestVideoInputFormat

public static void recordLatestVideoInputFormat​([Format](../Format.html "class in com.google.android.exoplayer2")format)

Deprecated.

- 

recordDecodedFrame

public static void recordDecodedFrame()

Deprecated.

- 

recordFrameRenderedToVideoFrameProcessorInput

public static void recordFrameRenderedToVideoFrameProcessorInput()

Deprecated.

- 

recordFrameDequeuedFromVideoFrameProcessorInput

public static void recordFrameDequeuedFromVideoFrameProcessorInput()

Deprecated.

- 

recordFrameRenderedToVideoFrameProcessorOutput

public static void recordFrameRenderedToVideoFrameProcessorOutput()

Deprecated.

- 

recordEncodedFrame

public static void recordEncodedFrame()

Deprecated.

- 

recordMuxerInput

public static void recordMuxerInput​(@com.google.android.exoplayer2.C.TrackType int trackType)

Deprecated.

- 

recordDecoderReceiveEos

public static void recordDecoderReceiveEos()

Deprecated.

- 

recordDecoderSignalEos

public static void recordDecoderSignalEos()

Deprecated.

- 

recordVideoFrameProcessorReceiveDecoderEos

public static void recordVideoFrameProcessorReceiveDecoderEos()

Deprecated.

- 

recordExternalInputManagerSignalEndOfCurrentInputStream

public static void recordExternalInputManagerSignalEndOfCurrentInputStream()

Deprecated.

- 

recordVideoFrameProcessorSignalEos

public static void recordVideoFrameProcessorSignalEos()

Deprecated.

- 

recordEncoderReceiveEos

public static void recordEncoderReceiveEos()

Deprecated.

- 

recordMuxerCanAddSample

public static void recordMuxerCanAddSample​(@com.google.android.exoplayer2.C.TrackType int trackType,
                                           boolean canAddSample)

Deprecated.

- 

recordMuxerTrackEnded

public static void recordMuxerTrackEnded​(@com.google.android.exoplayer2.C.TrackType int trackType)

Deprecated.

- 

generateTrace

public static[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")generateTrace()

Deprecated.