TvRecordingInfo.RecordingStartTimeMillis Property
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.
The real start time of the recording, including any padding, in milliseconds since the epoch.
public long RecordingStartTimeMillis { [Android.Runtime.Register("getRecordingStartTimeMillis", "()J", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getRecordingStartTimeMillis", "()J", "", ApiSince=34)>]
member this.RecordingStartTimeMillis : int64
Property Value
- Attributes
Remarks
The real start time of the recording, including any padding, in milliseconds since the epoch.
This may not be the same as the value of #getScheduledStartTimeMillis()
due to a recording starting late, or due to start/end padding.
Returns -1 for recordings that have not yet started.
Java documentation for android.media.tv.TvRecordingInfo.getRecordingStartTimeMillis()
.
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.