共用方式為


MediaFormat.ColorRangeFull 欄位

定義

警告

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

全方位。

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

欄位值

Value = 1
屬性

備註

全方位。 Y、Cr 和 Cb 元件值的範圍從 0 到 255,適用於 8 位內容。

android.media.MediaFormat.COLOR_RANGE_FULLJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於