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

Commit a6309011 authored by David Zhao's avatar David Zhao
Browse files

Add MPEG-2 TS Bundle Keys

Bug: 309550193
Test: mmm
Change-Id: Ie4db418257717691c390f74c80b83a25af282b70
parent 2412e6cf
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;