MediaMuxer.OutputFormat.MuxerOutput3gpp Field

Definition

Caution

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

3GPP media file format

[Android.Runtime.Register("MUXER_OUTPUT_3GPP", ApiSince=26)]
[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 MuxerOutput3gpp = 2;
[<Android.Runtime.Register("MUXER_OUTPUT_3GPP", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MuxerOutputType enum directly instead of this field.", true)>]
val mutable MuxerOutput3gpp : Android.Media.MuxerOutputType

Field Value

Value = 2
Attributes

Remarks

3GPP media file format

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

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