Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1a66ac5 authored by David Zhao's avatar David Zhao Committed by Android (Google) Code Review
Browse files

Merge "Add MPEG-2 TS Bundle Keys" into main

parents 213f29f8 a6309011
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -55,6 +55,27 @@ public final class TvTrackInfo implements Parcelable {
     */
    public static final int TYPE_SUBTITLE = 2;

    /**
     * The component tag identifies a component carried by a MPEG-2 TS.
     *
     * This corresponds to the component_tag in the component descriptor in the
     * Elementary Stream loop of the stream in the Program Map Table
     * (PMT) [EN 300 468], or undefined if the component is not carried in an
     * MPEG-2 TS.
     *
     * @hide
     */
    public static final String EXTRA_BUNDLE_KEY_COMPONENT_TAG = "component_tag";

    /**
     * The MPEG Program ID (PID) of the component in the MPEG2-TS in
     * which it is carried, or undefined if the component is not carried in an
     * MPEG-2 TS.
     *
     * @hide
     */
    public static final String EXTRA_BUNDLE_KEY_PID = "pid";

    private final int mType;
    private final String mId;
    private final String mLanguage;