docs/doc/reference/com/google/android/exoplayer2/metadata/dvbsi/AppInfoTable.html
Package com.google.android.exoplayer2.metadata.dvbsi
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classAppInfoTableextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Metadata.Entry](../Metadata.Entry.html "interface in com.google.android.exoplayer2.metadata")
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 representation of a DVB Application Information Table (AIT).
For more info on the AIT see section 5.3.4 of the DVB ETSI TS 102 809 v1.1.1 spec.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static int | CONTROL_CODE_AUTOSTART |
Deprecated.
The application shall be started when the service is selected, unless the application is already running.
|
| static int | CONTROL_CODE_PRESENT |
Deprecated.
The application is allowed to run while the service is selected, however it shall not start automatically when the service becomes selected.
|
| int | controlCode |
Deprecated.
|
| static Parcelable.Creator<AppInfoTable> | CREATOR |
Deprecated.
|
| String | url |
Deprecated.
|
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| AppInfoTable(int controlCode, String url) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() |
Deprecated.
|
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel parcel, int i) |
Deprecated.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
public static final int CONTROL_CODE_AUTOSTART
Deprecated.
The application shall be started when the service is selected, unless the application is already running. See Also:Constant Field Values
-
public static final int CONTROL_CODE_PRESENT
Deprecated.
The application is allowed to run while the service is selected, however it shall not start automatically when the service becomes selected. See Also:Constant Field Values
-
public final int controlCode
Deprecated.
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")url
Deprecated.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[AppInfoTable](AppInfoTable.html "class in com.google.android.exoplayer2.metadata.dvbsi")> CREATOR
Deprecated.
-
public AppInfoTable(int controlCode,[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")url)
Deprecated.
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class Object
-
public int describeContents()
Deprecated.
Specified by:describeContents in interface Parcelable
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")parcel,
int i)
Deprecated.
Specified by:writeToParcel in interface Parcelable