MediaExtractor.SampleTime Property

Definition

Returns the current sample's presentation time in microseconds.

public long SampleTime { [Android.Runtime.Register("getSampleTime", "()J", "")] get; }
[<get: Android.Runtime.Register("getSampleTime", "()J", "")>]
member this.SampleTime : int64

Property Value

Attributes

Remarks

Returns the current sample's presentation time in microseconds. or -1 if no more samples are available.

Java documentation for android.media.MediaExtractor.getSampleTime().

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