MediaExtractor.SampleFlagPartialFrame Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaExtractorSampleFlags enum directly instead of this field.

This indicates that the buffer only contains part of a frame, and the decoder should batch the data until a buffer without this flag appears before decoding the frame.

[Android.Runtime.Register("SAMPLE_FLAG_PARTIAL_FRAME", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaExtractorSampleFlags enum directly instead of this field.", true)]
public const Android.Media.MediaExtractorSampleFlags SampleFlagPartialFrame = 4;
[<Android.Runtime.Register("SAMPLE_FLAG_PARTIAL_FRAME", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaExtractorSampleFlags enum directly instead of this field.", true)>]
val mutable SampleFlagPartialFrame : Android.Media.MediaExtractorSampleFlags

Field Value

Value = 4
Attributes

Remarks

This indicates that the buffer only contains part of a frame, and the decoder should batch the data until a buffer without this flag appears before decoding the frame.

Java documentation for android.media.MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME.

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