MediaParser.SeekMap.DurationMicros Property

Definition

Returns the duration of the stream in microseconds or #UNKNOWN_DURATION if the duration is unknown.

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

Property Value

Attributes

Remarks

Java documentation for android.media.MediaParser.SeekMap.getDurationMicros().

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