TvRecordingInfo.StartPaddingMillis 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.
Returns the start padding duration of this recording in milliseconds since the epoch.
public long StartPaddingMillis { [Android.Runtime.Register("getStartPaddingMillis", "()J", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getStartPaddingMillis", "()J", "", ApiSince=34)>]
member this.StartPaddingMillis : int64
Property Value
- Attributes
Remarks
Returns the start padding duration of this recording in milliseconds since the epoch.
A positive value should cause the recording to start earlier than the specified time. This should cause the actual duration of the recording to increase. A negative value should cause the recording to start later than the specified time. This should cause the actual duration of the recording to decrease.
Java documentation for android.media.tv.TvRecordingInfo.getStartPaddingMillis()
.
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.