MediaParser.SeekPoint.Start 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.
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.