Language

TsRequest(Int32, Int32, Int32) Constructor

Definition

[Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=33)]
public TsRequest(int requestId, int option, int tsPid);
[<Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=33)>]
new Android.Media.TV.TsRequest : int * int * int -> Android.Media.TV.TsRequest

Parameters

requestId
Int32
option
Int32

Value is one of the following: BroadcastInfoRequest.REQUEST_OPTION_REPEAT; BroadcastInfoRequest.REQUEST_OPTION_AUTO_UPDATE; BroadcastInfoRequest.REQUEST_OPTION_ONEWAY; BroadcastInfoRequest.REQUEST_OPTION_ONESHOT

tsPid
Int32
Attributes

Remarks

Android reference for android.media.tv.TsRequest.TsRequest.

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