Language

TimelineResponse Constructor

Definition

[Android.Runtime.Register(".ctor", "(IIILjava/lang/String;IIJJ)V", "", ApiSince=33)]
public TimelineResponse(int requestId, int sequence, int responseResult, string? selector, int unitsPerTick, int unitsPerSecond, long wallClock, long ticks);
[<Android.Runtime.Register(".ctor", "(IIILjava/lang/String;IIJJ)V", "", ApiSince=33)>]
new Android.Media.TV.TimelineResponse : int * int * int * string * int * int * int64 * int64 -> Android.Media.TV.TimelineResponse

Parameters

requestId
Int32
sequence
Int32
responseResult
Int32

Value is one of the following: BroadcastInfoResponse.RESPONSE_RESULT_ERROR; BroadcastInfoResponse.RESPONSE_RESULT_OK; BroadcastInfoResponse.RESPONSE_RESULT_CANCEL

selector
String
unitsPerTick
Int32
unitsPerSecond
Int32
wallClock
Int64
ticks
Int64
Attributes

Remarks

Android reference for android.media.tv.TimelineResponse.TimelineResponse.

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