Back to Exoplayer

AppInfoTable (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/metadata/dvbsi/AppInfoTable.html

latest5.6 KB
Original Source

Package com.google.android.exoplayer2.metadata.dvbsi

Class AppInfoTable

  • java.lang.Object

    • com.google.android.exoplayer2.metadata.dvbsi.AppInfoTable
  • 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.

Nested Class Summary

- 

Nested classes/interfaces inherited from interface android.os.Parcelable

Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>

Field Summary

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. |

- 

Fields inherited from interface android.os.Parcelable

CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | AppInfoTable​(int controlCode, String url) | Deprecated. |

Method Summary

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. |

- 

Methods inherited from class java.lang.Object

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

- 

Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry

getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata

Field Detail

- 

CONTROL_CODE_AUTOSTART

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

- 

CONTROL_CODE_PRESENT

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

- 

controlCode

public final int controlCode

Deprecated.

- 

url

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

Deprecated.

- 

CREATOR

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.

Constructor Detail

- 

AppInfoTable

public AppInfoTable​(int controlCode,[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")url)

Deprecated.

Method Detail

- 

toString

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

Deprecated. Overrides:toString in class Object

- 

describeContents

public int describeContents()

Deprecated. Specified by:describeContents in interface Parcelable

- 

writeToParcel

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