TimelineResponse Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- selector
- String
- unitsPerTick
- Int32
- unitsPerSecond
- Int32
- wallClock
- Int64
- ticks
- Int64
- Attributes