Language

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

Value is either 0 or a combination of the following: SAMPLE_FLAG_SYNC SAMPLE_FLAG_ENCRYPTED SAMPLE_FLAG_PARTIAL_FRAME

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