MediaParser.SeekPoint.Start Property

Definition

Gets a seek point whose time and byte offset are both zero.

[Android.Runtime.Register("START", ApiSince=30)]
public static Android.Media.MediaParser.SeekPoint Start { get; }
[<Android.Runtime.Register("START", ApiSince=30)>]
static member Start : Android.Media.MediaParser.SeekPoint

Property Value

A seek point with TimeMicros and Position both set to 0.

Attributes

Remarks

Gets a seek point whose time and byte offset are both set to 0.

Java documentation for android.media.MediaParser.SeekPoint.START.

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