MediaMuxer.OutputFormat.MuxerOutputHeif Field

Definition

Caution

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

HEIF media file format

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

Field Value

Value = 3
Attributes

Remarks

HEIF media file format

Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_HEIF.

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