MediaMuxer.OutputFormat.MuxerOutputWebm フィールド

定義

注意事項

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

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

フィールド値

Value = 1
属性

注釈

WEBM メディア ファイル形式

の Java ドキュメント android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象