BroadcastInfoRequest.Type Property

Definition

Gets the broadcast info type.

public virtual int Type { [Android.Runtime.Register("getType", "()I", "GetGetTypeHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getType", "()I", "GetGetTypeHandler", ApiSince=33)>]
member this.Type : int

Property Value

Attributes

Remarks

Gets the broadcast info type.

The type indicates what broadcast information is requested, such as broadcast table, PES (packetized Elementary Stream), TS (transport stream), etc. The type of the request and the related responses should be the same.

Java documentation for android.media.tv.BroadcastInfoRequest.getType().

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