MediaExtractor.SampleFlags Property

Definition

Returns the current sample's flags.

public Android.Media.MediaExtractorSampleFlags SampleFlags { [Android.Runtime.Register("getSampleFlags", "()I", "")] get; }
[<get: Android.Runtime.Register("getSampleFlags", "()I", "")>]
member this.SampleFlags : Android.Media.MediaExtractorSampleFlags

Property Value

Attributes

Remarks

Returns the current sample's flags.

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

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