Language

AitInfo(Int32, Int32) Constructor

Definition

Constructs AIT info.

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=33)]
public AitInfo(int type, int version);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=33)>]
new Android.Media.TV.AitInfo : int * int -> Android.Media.TV.AitInfo

Parameters

type
Int32

Value is one of the following: TvInteractiveAppServiceInfo.INTERACTIVE_APP_TYPE_HBBTV; TvInteractiveAppServiceInfo.INTERACTIVE_APP_TYPE_ATSC; TvInteractiveAppServiceInfo.INTERACTIVE_APP_TYPE_GINGA; TvInteractiveAppServiceInfo.INTERACTIVE_APP_TYPE_TARGETED_AD; TvInteractiveAppServiceInfo.INTERACTIVE_APP_TYPE_OTHER

version
Int32
Attributes

Remarks

Constructs AIT info.

Java documentation for android.media.tv.AitInfo.AitInfo(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to