MediaExtractor.SampleSize Property

Definition

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

Property Value

size of the current sample in bytes or -1 if no more samples are available.

Attributes

Remarks

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

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