EncoderProfiles.VideoProfile.HdrNone フィールド

定義

注意事項

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

HDR (SDR) ではありません。

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

フィールド値

Value = 0
属性

注釈

HDR (SDR) ではありません。

SDR (Standard Dynamic Range) の記録を指定する HDR 形式。

の Java ドキュメント android.media.EncoderProfiles.VideoProfile.HDR_NONE

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

適用対象