TvContract.RecordedPrograms.ColumnRecordingDurationMillis Field

Definition

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

Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DURATION_MILLIS.

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