MediaMuxer.OutputFormat.MuxerOutputWebm Campo

Definición

Precaución

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

Formato de archivo multimedia WEBM

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

Valor de campo

Value = 1
Atributos

Comentarios

Formato de archivo multimedia WEBM

Documentación de Java para android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a