Share via


TvRecordingInfo.EndPaddingMillis Property

Definition

Returns the ending padding duration of this recording in milliseconds since the epoch.

public long EndPaddingMillis { [Android.Runtime.Register("getEndPaddingMillis", "()J", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getEndPaddingMillis", "()J", "", ApiSince=34)>]
member this.EndPaddingMillis : int64

Property Value

Attributes

Remarks

Returns the ending padding duration of this recording in milliseconds since the epoch.

A positive value should cause the recording to end later than the specified time. This should cause the actual duration of the recording to increase. A negative value should cause the recording to end earlier than the specified time. This should cause the actual duration of the recording to decrease.

Java documentation for android.media.tv.TvRecordingInfo.getEndPaddingMillis().

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