@UnstableApi
public final class Mp4Util


Utility methods for MP4 containers.

Summary

Constants

static final int

An inverse encoded depth video track.

static final int

A linear encoded depth video track.

static final int

A timed metadata of depth video track.

static final int

The original video track without any depth based effects applied.

Constants

EDITABLE_TRACK_TYPE_DEPTH_INVERSE

public static final int EDITABLE_TRACK_TYPE_DEPTH_INVERSE = 2

An inverse encoded depth video track.

See https://developer.android.com/static/media/camera/camera2/Dynamic-depth-v1.0.pdf for inverse depth encoding.

EDITABLE_TRACK_TYPE_DEPTH_LINEAR

public static final int EDITABLE_TRACK_TYPE_DEPTH_LINEAR = 1

A linear encoded depth video track.

See https://developer.android.com/static/media/camera/camera2/Dynamic-depth-v1.0.pdf for linear depth encoding.

EDITABLE_TRACK_TYPE_DEPTH_METADATA

public static final int EDITABLE_TRACK_TYPE_DEPTH_METADATA = 3

A timed metadata of depth video track.

EDITABLE_TRACK_TYPE_SHARP

public static final int EDITABLE_TRACK_TYPE_SHARP = 0

The original video track without any depth based effects applied.