TvContract.RecordedPrograms.ColumnRecordingDurationMillis Field
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 duration (in milliseconds) of this recorded program.
[Android.Runtime.Register("COLUMN_RECORDING_DURATION_MILLIS", ApiSince=24)]
public const string ColumnRecordingDurationMillis;
[<Android.Runtime.Register("COLUMN_RECORDING_DURATION_MILLIS", ApiSince=24)>]
val mutable ColumnRecordingDurationMillis : string
Field Value
- Attributes
Remarks
The duration (in milliseconds) of this recorded program.
The actual duration of the recorded program can differ from the one calculated by #COLUMN_END_TIME_UTC_MILLIS
- #COLUMN_START_TIME_UTC_MILLIS
as program recording can be interrupted in the middle for some reason, resulting in a partially recorded program, which is still playable.
Type: INTEGER
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.